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:
@@ -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.
|
||||
|
||||

|
||||
|
||||
You can also use it via pure HTTP using Curl:
|
||||
|
||||
```bash
|
||||
$ curl -i http://git.io -F "url=https://github.com/..."
|
||||
|
Reference in New Issue
Block a user