|
|
|
|
|
by stevekemp
3278 days ago
|
|
Take a look at `mr` which allows you to script updating/checking out/etc on a large number of git, mercurial, and other repositories: https://myrepos.branchable.com/ For example I store all my repos beneath ~/Repos/ so I can update them all, checking out any missing ones with: cd ~/Repos/
mr checkout
mr update
|
|