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

fix gist update example

This commit is contained in:
Chris Warrick
2015-01-20 12:41:41 +01:00
parent 9e4c38b711
commit a2f17ab0ea

View File

@@ -186,8 +186,9 @@ This means you also can modify and push updates to Gists:
```bash ```bash
$ git commit $ git commit
$ Username for 'https://gist.github.com': $ git push
$ Password for 'https://tiimgreen@gist.github.com': Username for 'https://gist.github.com':
Password for 'https://tiimgreen@gist.github.com':
``` ```
[*Read more about creating gists.*](https://help.github.com/articles/creating-gists) [*Read more about creating gists.*](https://help.github.com/articles/creating-gists)