Quick start
cd ~/src # folder that contains many git checkouts
gg # overview (colored tree / age / sync)
gg list
gg status -sb
gg --only-dirty pull
gg -g work fetch
Scope to the current directory (honors --root; does not pull in out-of-root aliases):
gg ov --root .
Enroll new repos from watch rules in config:
gg update --dry-run
gg update
Generate completions:
gg completions zsh > ~/.zsh/completions/_gg
Man page:
gg man --output /usr/local/share/man/man1/gg.1