Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6487ac1

Browse files
committed
Merge pull request tiimgreen#99 from Kwpolska/patch-2
Fix gist update example
2 parents 9d39cbf + a2f17ab commit 6487ac1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,9 @@ This means you also can modify and push updates to Gists:
186186

187187
```bash
188188
$ git commit
189-
$ Username for 'https://gist.github.com':
190-
$ Password for 'https://[email protected]':
189+
$ git push
190+
Username for 'https://gist.github.com':
191+
Password for 'https://[email protected]':
191192
```
192193

193194
[*Read more about creating gists.*](https://help.github.com/articles/creating-gists)

0 commit comments

Comments
 (0)