Updating a Git Submodule revision pointer
July 4. 2012 0 Comments
- Posted in:
- Tools
I haven't found a way to do this with TortiseGit yet, so you have to drop into the actual git command prompt and do (at the root of the repo):
git submodule -q foreach git pull -q origin <branch>