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

Add info about '.pibb' thanks to @jballanc ❤️

This commit is contained in:
Rafal Chmiel
2014-04-14 16:21:27 +01:00
parent 1356f5e52b
commit b414281c38

View File

@@ -123,9 +123,10 @@ Location: https://github.com/...
## Gists
[Gists](https://gist.github.com/) are an easy way to work with small bits of code without creating a fully fledged repo.
[Gists](https://gist.github.com/) are an easy way to work with small bits of code without creating a fully fledged repo. Add `.pibb` to the end of any Gist URL ([like this](https://gist.github.com/tiimgreen/10545817.pibb)) in order to get the *HTML only* version suitable for embedding in any other site.
Gists can be treated as a full repository so they can be cloned like any other:
Although, Gists can be treated as a full repo so they can be cloned like any other:
```bash
$ git clone https://gist.github.com/tiimgreen/10545817
```