saltchang / git-pg

A simple and pretty Git Graph tool.

Home Page:https://github.com/saltchang/git-pg

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A simple and pretty Git Graph tool.

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

License:MIT License


Languages

Language:Shell 100.0%