1
0
mirror of https://github.com/tiimgreen/github-cheat-sheet.git synced 2025-08-10 09:54:08 +02:00

Add Gists

This commit is contained in:
Tim Green
2014-04-12 18:03:56 +01:00
parent 71904378a8
commit c11729cea8

View File

@@ -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:`