$ conductor [COMMAND]
Perform bulk commands on multiple git repositories at once
lists registered repositories
performs git pull
- will use the current active branch in each repo
- when a repo has uncommitted changes, you will have the option to:
- reset current changes (changes will be lost) and pull
- skip
performs git pull
- when a repo has uncommitted changes, you will have the option to:
- reset current changes (changes will be lost) and pull
- skip
performs git pull
using BRANCH on each repository
- when a repo does not have a branch BRANCH, it will be skipped
- when a repo has uncommitted changes, you will have the option to:
- reset current changes (changes will be lost) and pull
- skip