It help to pulling for all of git-repositories from a specific directory recursively
usage: git_auto_pull.py [-h] -b BRANCH [-p PATH]
Pulling for all of git-repositories from a specific directory recursively
optional arguments:
-h, --help show this help message and exit
-b BRANCH, --branch BRANCH
Branch name to pull
-p PATH, --path PATH Path you want to start pulling
$ python git_auto_pull.py -b {your_branch}