1 2 3 4 5 6 7 8 9 10
== git === Updating submodules [source, sh] ---- git submodule update --remote --merge # add to commit git add 3rd-party/<submodule> ----