- Create a directory for repositories
- Create
repos.txt
with list of repositories links - Locate the
git_helper.py
in the directory
python git_helper.py
- makes pull of all repositoriespython git_helper.py [command]
- executes a command in all repositoriespython git_helper.py checkout master
- will executegit checkout master
in all repositories