A nice little package for synchronizing git repositories all over your computer
Package URL: https://github.com/danb0b/code_git_tools
Common commands
Create an up-to-date list of all external repositories to cut down on scanning the hard drive
gitman index
List all the external repositories currently in the index
gitman list
Clone all external repositories not listed in your ignore list in config
gitman clone
Pull all non-dormant local repositories
gitman pull
List all the repositories that do not match with their head
gitman status
List branches that are currently local but not remote, remote but not local, etc
gitman branch-status
Reset all branches to head unless they have local unsaved changes
gitman reset