From 8434388e49ff19d338d59695c5d400f3e61ec50f Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Thu, 16 Jul 2015 20:05:27 +0800 Subject: [PATCH] Add GIT utilities --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3499a3a..972ccfc 100644 --- a/README.md +++ b/README.md @@ -696,6 +696,7 @@ This will tell you if any commits are in one but not the other, and will give yo * [firstaidgit.io](http://firstaidgit.io/) A searchable selection of the most frequently asked Git questions * [git-extra-commands](https://github.com/unixorn/git-extra-commands) - a collection of useful extra git scripts +* [git-extras](https://github.com/tj/git-extras) - GIT utilities -- repo summary, repl, changelog population, author commit percentages and more ## GUI Clients * [git-cola](https://git-cola.github.io/) - another git client for Windows and OS X