Manage multiple Git repositories with a single command.
Multiple Repository management tool
mr
$ mr update
$ mr status
$ mr run echo 'Repository: '$(basename $PWD)
$ mr register path/to/repo
$ mr commit -m 'my commit message'