g¶
A tiny CLI wrapper for Git, Subversion, and Mercurial – auto-detects your repo type and proxies commands.
Quickstart
Install and run your first command.
CLI Reference
Every command, flag, and option.
Contributing
Development setup, code style, and releases.
Install¶
$ pip install --user g
$ uv tool install g
See Quickstart for all installation methods and first steps.
At a glance¶
$ g status
Inside a git repo, that is equivalent to:
$ git status
Inside an svn checkout:
$ svn status
Inside a mercurial repo:
$ hg status