This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This gist contains three python scripts: | |
1. git_pull_all.py <root_dir> | |
- Pulls latest for repos in dirs relative to the <root_dir> argument | |
2. git_push_all.py <root_dir> | |
- Adds all, commits, then pushes repos in dirs relative to the <root_dir> argument | |
3. git_rebase.py <branch> <target> | |
- Rebases <branch> onto <target> branch |