Skip to content

Commit d66293a

Browse files
committed
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.
1 parent d0abb00 commit d66293a

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.ja.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,15 @@ $ git clone https://gist.github.com/tiimgreen/10545817
186186

187187
![Gists](http://i.imgur.com/dULZXXo.png)
188188

189+
This means you also can modify and push updates to Gists:
190+
191+
```bash
192+
$ git commit
193+
$ Username for 'https://gist.github.com':
194+
$ Password for 'https://tiimgreen@gist.github.com':
195+
```
196+
197+
189198
[*Gistの作成についてもっと詳しく*](https://help.github.com/articles/creating-gists)
190199

191200
### Git.io

0 commit comments

Comments
 (0)