Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 673 Bytes

README.md

File metadata and controls

39 lines (24 loc) · 673 Bytes

Git Pretty Graph

A simple and pretty Git Graph tool.

git-pg usage

Getting Started

Installation

git clone https://github.com/saltchang/git-pg.git

cd git-pg && ./install-git-pg.sh

This 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.

Usage

You can run git-pg as the command directly or run git pg as a Git alias.

This shows the Git Graph:

git pg

This shows the help text:

git pg --usage

# or
git pg -H

# or
git-pg --help