mirror of
https://github.com/tiimgreen/github-cheat-sheet.git
synced 2025-08-16 04:43:59 +02:00
Add info about '.pibb' thanks to @jballanc ❤️
This commit is contained in:
@@ -123,9 +123,10 @@ Location: https://github.com/...
|
|||||||
|
|
||||||
## Gists
|
## 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
|
```bash
|
||||||
$ git clone https://gist.github.com/tiimgreen/10545817
|
$ git clone https://gist.github.com/tiimgreen/10545817
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user