From d66293a595a21126c622155daf7123c71bda570d Mon Sep 17 00:00:00 2001 From: Thom Parkin Date: Wed, 11 Jun 2014 08:11:03 -0400 Subject: [PATCH] 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. --- README.ja.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.ja.md b/README.ja.md index 1fd77d7..981f553 100644 --- a/README.ja.md +++ b/README.ja.md @@ -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