A simple and pretty Git Graph tool.
git clone https://github.com/saltchang/git-pg.git
cd git-pg && ./install-git-pg.shThis installation script will copy git-pg to your $HOME/bin, add the command to your $PATH, and then create a Git alias named git pg for it.
You can run git-pg as the command directly or run git pg as a Git alias.
This shows the Git Graph:
git pgThis shows the help text:
git pg --usage
# or
git pg -H
# or
git-pg --help