From b414281c388fdb06bfbbb130a81fe8b9bc29ce94 Mon Sep 17 00:00:00 2001 From: Rafal Chmiel Date: Mon, 14 Apr 2014 16:21:27 +0100 Subject: [PATCH] Add info about '.pibb' thanks to @jballanc :heart: --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3e034a1..e60eb1a 100644 --- a/README.md +++ b/README.md @@ -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 ```