1
0
mirror of https://github.com/tiimgreen/github-cheat-sheet.git synced 2025-08-12 02:44:10 +02:00

Added Gists 'push' syntax - this requires proper translation

Gists are treated just like repositories (they really *are* repositories), so you can push changes back to a Gist from the command line.
This commit is contained in:
Thom Parkin
2014-06-11 08:11:03 -04:00
parent d0abb00582
commit d66293a595

View File

@@ -186,6 +186,15 @@ $ git clone https://gist.github.com/tiimgreen/10545817
![Gists](http://i.imgur.com/dULZXXo.png)
This means you also can modify and push updates to Gists:
```bash
$ git commit
$ Username for 'https://gist.github.com':
$ Password for 'https://tiimgreen@gist.github.com':
```
[*Gistの作成についてもっと詳しく*](https://help.github.com/articles/creating-gists)
### Git.io