From 2be1f4986a4b4781b705190b7cb904139ef0d589 Mon Sep 17 00:00:00 2001 From: Joe Block Date: Fri, 20 Jan 2017 08:46:43 -0800 Subject: [PATCH] Add git-quick-stats --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f4468eac6..e281225f3 100644 --- a/README.md +++ b/README.md @@ -114,6 +114,7 @@ If you aren't using any zsh frameworks, or if you're a bash user, do the followi * [git-graph](https://github.com/jerith666/git-graph) - creates a Graphviz graph showing the high-level structure of a repository's history. * [git-gutter](https://github.com/jisaacks/GitGutter) - Plugin for Sublime Text 2/3 to display the git diff in the edit window gutter. * [git-it-on.zsh](https://github.com/peterhurford/git-it-on.zsh) - Another plugin by Peter Hurford that adds a gitit command that will open your current directory on github, in your current branch. +* [git-quick-stats](https://github.com/arzzen/git-quick-stats) - A simple and efficient way to access various statistics in git repository * [git-secrets](https://github.com/awslabs/git-secrets) - Prevents you from committing secrets and credentials into git repositories. * [git-standup](https://github.com/kamranahmedse/git-standup) - Recall what you did on the last working day. Can work in a directory full of git repos to see a consolidated view of all work in all the repos. * [git-submodule-tools](https://github.com/kollerma/git-submodule-tools) - A collection of scripts that should help make life with git submodules easier.