aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2020-03-12 10:23:39 +0800
committertypebrook <typebrook@gmail.com>2020-03-12 10:23:39 +0800
commit541211f8a4c39de4e11c40790a38ebdc8fe9d0ba (patch)
tree327cc15a389da648ad30382725ca5728b95d6790
parent81f425f06133c2a2f26176fa946cc3eda614e41b (diff)
update
-rwxr-xr-xgist4
1 files changed, 3 insertions, 1 deletions
diff --git a/gist b/gist
index 96231b9..ce1fd41 100755
--- a/gist
+++ b/gist
@@ -29,7 +29,9 @@
29# 29#
30# Example: 30# Example:
31# gist (Show your gists) 31# gist (Show your gists)
32# gist update (update the list of gists from github.com) 32# gist star (Show your starred gists)
33# gist fetch (update the list of gists from github.com)
34# gist fetch star (update the list of starred gists from github.com)
33# gist 3 (show the repo path of your 3rd gist, and do custom actions) 35# gist 3 (show the repo path of your 3rd gist, and do custom actions)
34# gist 3 --no-action (show the repo path of your 3rd gist, and do not perform actions) 36# gist 3 --no-action (show the repo path of your 3rd gist, and do not perform actions)
35# gist new --desc bar foo (create a new gist with file and description) 37# gist new --desc bar foo (create a new gist with file and description)