From 5eee24197cbb2b71bda7909200a8a70116ba59b0 Mon Sep 17 00:00:00 2001 From: Joe Block Date: Sun, 26 Mar 2017 08:38:36 -0700 Subject: [PATCH] Add link to Tim Green's github cheat sheet --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b01f97ade..010b94ea0 100644 --- a/README.md +++ b/README.md @@ -99,6 +99,8 @@ If you aren't using any zsh frameworks, or if you're a bash user, do the followi * Steve Lorek has a blog post explaining [how to shrink a repository](http://stevelorek.com/how-to-shrink-a-git-repository.html). +* Tim Green maintains the excellent [Github Cheat Sheet](https://github.com/tiimgreen/github-cheat-sheet) collection of tips and aliases. + ### External Git Utilities * [bfg repo-cleaner](https://rtyley.github.io/bfg-repo-cleaner/) - Removes large or troublesome blobs like git-filter-branch does, but faster.