From 157812b8dddf4dd7fd6a7f967b0268ecfb95cf63 Mon Sep 17 00:00:00 2001 From: Joe Block Date: Thu, 6 Oct 2016 10:52:37 -0700 Subject: [PATCH] Add Mislav's blog post on git tips --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 668340da5..98847d7c4 100644 --- a/README.md +++ b/README.md @@ -91,6 +91,8 @@ If you aren't using any zsh frameworks, or if you're a bash user, do the followi * [git-tips/tips](https://github.com/git-tips/tips) is a collection of git tips +Mislav Marohnić has a good article on git tips on his [blog](http://mislav.net/2010/07/git-tips/). Several of his git scripts are in this collection. + ### External Git Utilities * [bitbucket-git-helpers](https://github.com/unixorn/bitbucket-git-helpers.plugin.zsh) - Helper scripts to allow you to create bitbucket PRs from a shell session.