aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/gist
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/gist')
-rwxr-xr-xscripts/gist3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/gist b/scripts/gist
index ee1ef5b..2c47870 100755
--- a/scripts/gist
+++ b/scripts/gist
@@ -26,7 +26,10 @@
26# 26#
27# Example: 27# Example:
28# gist (Show your gists) 28# gist (Show your gists)
29# gist update (update the list of gists from github.com)
29# gist 3 (show the repo path of your 3rd gist, and do custom actions) 30# gist 3 (show the repo path of your 3rd gist, and do custom actions)
31# gist 3 --no-action (show the repo path of your 3rd gist, and do not perform actions)
32# gist new foo --desc bar (create a new gist with description)
30# 33#
31# Since now a gist is a local cloned repo 34# Since now a gist is a local cloned repo
32# It is your business to do git commit and git push 35# It is your business to do git commit and git push