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

Add Git.io screenshot example

This commit is contained in:
Rafal Chmiel
2014-04-16 10:28:43 +01:00
parent cb6d09422a
commit 97a5328a1b

View File

@@ -128,7 +128,11 @@ $ git clone https://gist.github.com/tiimgreen/10545817
[*Read more about creating gists.*](https://help.github.com/articles/creating-gists)
### Git.io
[Git.io](http://git.io) is a simple URL shortener for GitHub. You can also use it via pure HTTP using Curl:
[Git.io](http://git.io) is a simple URL shortener for GitHub.
![Git.io](http://i.imgur.com/6JUfbcG.png?1)
You can also use it via pure HTTP using Curl:
```bash
$ curl -i http://git.io -F "url=https://github.com/..."