Scroll to navigation

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:

show this help message and exit
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 repo(s)
remove repo(s)
print all repo information
clone repos from config file
rename a repo
git flags configuration
color configuration
information setting
display summary of all repos
set context
show repo(s) or repo path
group repos
run any git command/alias
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