gita - Manage many git repos
usage: gita [-h] [-v]
- {add,rm,freeze,clone,rename,color,info,ll,context,ls,group,super,shell,br,clean,diff,difftool,fetch,last,log,merge,mergetool,patch,pull,push,rebase,reflog,remote,reset,shortlog,show,show-branch,stash,stat,st,tag,whatchanged}
...
Gita manages multiple git repos. It has two functionalities
- 1. display the status of multiple repos side by side 2. delegate git
commands/aliases from any working directory
- gita ls gita fetch gita stat myrepo2 gita super myrepo1 commit -am 'add
some cool feature'
For bash auto completion, download and source
https://github.com/nosarthur/gita/blob/master/.gita-completion.bash
- {add,rm,freeze,clone,rename,color,info,ll,context,ls,group,super,shell,br,clean,diff,difftool,fetch,last,log,merge,mergetool,patch,pull,push,rebase,reflog,remote,reset,shortlog,show,show-branch,stash,stat,st,tag,whatchanged}
- additional help with sub-command -h
- add
- add repo(s)
- rm
- remove repo(s)
- ll
- display summary of all repos
The full documentation for gita is maintained as a Texinfo
manual. If the info and gita programs are properly installed
at your site, the command
- info gita
should give you access to the complete manual.