Skip to content

Commit 4c06034

Browse files
committed
Add git-chart
1 parent fcd17e1 commit 4c06034

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ If you aren't using any zsh frameworks, or if you're a bash user, do the followi
9696
* [git-aliases.zsh](https://github.com/peterhurford/git-aliases.zsh) - Peter Hurford's git plugin which you may prefer to the git plugin from oh-my-zsh.
9797
* [git-amend](https://github.com/colinodell/git-amend-old) - Bash script to amend older commits with staged changes.
9898
* [git-branch-status](https://github.com/dmcgowan/git-branch-status) - A git utility to make managing large number of branches either across many remotes easier. Branch status allows comparing all branches against their upstream or any arbitrary branch to show the number of commit differences.
99+
* [git-chart](https://github.com/flashcode/gitchart) - python script that builds charts from a git repository
99100
* [git-diffall](https://github.com/thenigan/git-diffall) - Provides a directory based diff mechanism for git.
100101
* [git-fastclone](https://github.com/square/git-fastclone) - Think `git clone --recursive` on steroids. If you're doing repeated checkouts of a given repo on a machine (like a ci box), **git-fastclone** will speed things up considerably.
101102
* [git-graph](https://github.com/jerith666/git-graph) - creates a Graphviz graph showing the high-level structure of a repository's history

0 commit comments

Comments
 (0)