Tag Archive: git
10 free resources to learn how to use git
How to traverse a git repository using libgit2 and C++
Go to a particular commit of a git repository with submodules

If you want to go to a particular commit of a git repository with submodules you can use 2 git commands: reset or checkout. You will also need to synchronise the submodules after the working directory has been altered as that doesn’t happen…
Read more