mirror of
https://github.com/tiimgreen/github-cheat-sheet.git
synced 2025-08-13 11:23:57 +02:00
Add Gists
This commit is contained in:
11
README.md
11
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.
|
[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
|
||||||
|
```
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
## Emojis
|
## Emojis
|
||||||
|
|
||||||
Emojis can be generated on Pull Requests, Issues, READMEs, etc. using `:name_of_emoji:`
|
Emojis can be generated on Pull Requests, Issues, READMEs, etc. using `:name_of_emoji:`
|
||||||
|
Reference in New Issue
Block a user