Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 420 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 420 Bytes

git-graph

Shows a graph with repo history

Install

Download and symlink to your path

$ git clone [email protected]:albfan/git-graph.git
$ cd git-graph
$ ln -s $PWD/git-graph ~/bin/

Features

Check git graph -h to show options and usage

Examples

$ git graph -a
$ git graph --png --high master

Credits

This scripts is a fork from https://code.google.com/p/gitgraph/source/checkout