table of contents
other versions
- bullseye 0.12.9-1
GITA(1) | User Commands | GITA(1) |
NAME¶
gita - Manage many git repos
DESCRIPTION¶
usage: gita [-h] [-v]
- {add,rm,freeze,clone,rename,flags,color,info,ll,context,ls,group,super,shell,br,clean,diff,difftool,fetch,last,log,merge,mergetool,patch,pull,push,rebase,reflog,remote,reset,show,stash,stat,st,tag} ...
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
EXAMPLES¶
- 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
optional arguments:¶
- -h, --help
- show this help message and exit
- -v, --version
- show program's version number and exit
sub-commands:¶
- {add,rm,freeze,clone,rename,flags,color,info,ll,context,ls,group,super,shell,br,clean,diff,difftool,fetch,last,log,merge,mergetool,patch,pull,push,rebase,reflog,remote,reset,show,stash,stat,st,tag}
- additional help with sub-command -h
- add
- add repo(s)
- rm
- remove repo(s)
- freeze
- print all repo information
- clone
- clone repos from config file
- rename
- rename a repo
- flags
- git flags configuration
- color
- color configuration
- info
- information setting
- ll
- display summary of all repos
- context
- set context
- ls
- show repo(s) or repo path
- group
- group repos
- super
- run any git command/alias
- shell
- run any shell command
SEE ALSO¶
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.
August 2021 | gita 0.15.2 |