aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/gist
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2020-02-07 13:05:48 +0800
committertypebrook <typebrook@gmail.com>2020-02-07 13:05:48 +0800
commit9ec0ba078424fcdbe6a5bffb3a221fa7a47b8964 (patch)
tree0c4253a6b8ae147d3c8960392eebef59fefdcf61 /scripts/gist
parent8213c4ec0b6c37bf2ef62f9d3f0a15ba5ce08ced (diff)
update
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