From d0abb00582994bae6d719b71a0190bce214e400d Mon Sep 17 00:00:00 2001 From: Thom Parkin Date: Wed, 11 Jun 2014 08:09:57 -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.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