From 3260154b76919dd9065d08b4050cb172692e5132 Mon Sep 17 00:00:00 2001 From: Richard Littauer Date: Thu, 16 Jul 2015 07:07:23 -0400 Subject: [PATCH] Added git tips --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 972ccfc..7e8220b 100644 --- a/README.md +++ b/README.md @@ -697,6 +697,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 +* [git-tips](https://github.com/git-tips/tips) - Small git tips ## GUI Clients * [git-cola](https://git-cola.github.io/) - another git client for Windows and OS X