mirror of
https://github.com/tiimgreen/github-cheat-sheet.git
synced 2025-08-13 19:34:00 +02:00
Added Gist 'commit' syntax
Gists are treated just like repositories (they really *are* repositories), so you can push changes back to a Gist from the command line. This means you also can modify and push updates to Gists:
This commit is contained in:
@@ -190,6 +190,14 @@ $ git clone https://gist.github.com/tiimgreen/10545817
|
||||
|
||||

|
||||
|
||||
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':
|
||||
```
|
||||
|
||||
[*Read more about creating gists.*](https://help.github.com/articles/creating-gists)
|
||||
|
||||
### Git.io
|
||||
|
Reference in New Issue
Block a user