From 6e2d0d42d2719b761f6f480108eea235b7194268 Mon Sep 17 00:00:00 2001 From: Thom Parkin Date: Wed, 11 Jun 2014 08:06:56 -0400 Subject: [PATCH] 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