1
0
mirror of https://github.com/tiimgreen/github-cheat-sheet.git synced 2025-08-15 20:33:58 +02:00

Merge pull request #99 from Kwpolska/patch-2

Fix gist update example
This commit is contained in:
Tim Green
2015-01-20 19:11:38 +00:00

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)