From c11729cea8f2ccd10443255f63a4281a2446991b Mon Sep 17 00:00:00 2001 From: Tim Green Date: Sat, 12 Apr 2014 18:03:56 +0100 Subject: [PATCH] Add Gists --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index cf093d4..8c7d5d0 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,17 @@ $ git clone git://github.com/tiimgreen/toc.git [git.io](http://git.io) is a simple URL shortner for GitHub. +## Gists + +[Gists](https://gist.github.com/) are an easy way to work with small bits of code without creating a fully fledged repo. + +Gists are also full repos so can be cloned like any other: +```bash +$ git clone https://gist.github.com/tiimgreen/10545817 +``` + +![Gists](http://i.imgur.com/dULZXXo.png) + ## Emojis Emojis can be generated on Pull Requests, Issues, READMEs, etc. using `:name_of_emoji:`