From 6e2d0d42d2719b761f6f480108eea235b7194268 Mon Sep 17 00:00:00 2001 From: Thom Parkin Date: Wed, 11 Jun 2014 08:06:56 -0400 Subject: [PATCH 1/4] 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: --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index bece284..7b2083e 100644 --- a/README.md +++ b/README.md @@ -190,6 +190,14 @@ $ 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': +``` + [*Read more about creating gists.*](https://help.github.com/articles/creating-gists) ### Git.io From 19f7e91731397c364ab6ce22d380f91721d2cce8 Mon Sep 17 00:00:00 2001 From: Thom Parkin Date: Wed, 11 Jun 2014 08:08:47 -0400 Subject: [PATCH 2/4] Added Gist 'push' syntax - needs 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.zh-cn.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.zh-cn.md b/README.zh-cn.md index 3eb82e1..80797f8 100644 --- a/README.zh-cn.md +++ b/README.zh-cn.md @@ -191,6 +191,15 @@ $ git clone https://gist.github.com/tiimgreen/10545817 ![Gists](http://i.imgur.com/dULZXXo.png) +This means you can also modify and update Gists: + +```bash +$ git commit +$ Username for 'https://gist.github.com': +$ Password for 'https://tiimgreen@gist.github.com': +``` + + [*进一步了解如何创建 gists.*](https://help.github.com/articles/creating-gists) ### Git.io From d0abb00582994bae6d719b71a0190bce214e400d Mon Sep 17 00:00:00 2001 From: Thom Parkin Date: Wed, 11 Jun 2014 08:09:57 -0400 Subject: [PATCH 3/4] 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.ko.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.ko.md b/README.ko.md index 0136126..4cc8371 100644 --- a/README.ko.md +++ b/README.ko.md @@ -200,6 +200,14 @@ $ 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 From d66293a595a21126c622155daf7123c71bda570d Mon Sep 17 00:00:00 2001 From: Thom Parkin Date: Wed, 11 Jun 2014 08:11:03 -0400 Subject: [PATCH 4/4] 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