With GitMaster you can get in your terminal:
-
An overview of all your git repositories in any directory like your $HOME/WORKSPACE. For example by runing the command
gmaster status
. -
The possibility to manage a set of git repositories within a third git “master repo”. For example, you have a project with several services or subprojects, Each project is store in a different repository. You want to allows any developer to clone the master repository and then clone all repositories. Then you want to allow the developer to check or pull every repositories at the same time. This tool do that.