aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/gist
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/gist')
-rwxr-xr-xscripts/gist8
1 files changed, 6 insertions, 2 deletions
diff --git a/scripts/gist b/scripts/gist
index 11fda56..72772bd 100755
--- a/scripts/gist
+++ b/scripts/gist
@@ -24,7 +24,7 @@
24# . gist <number_of_gist_in_list> 24# . gist <number_of_gist_in_list>
25# 25#
26# * create a new gist with a file and description 26# * create a new gist with a file and description
27# gist [create | c] <filename> "<description>" 27# gist [new | n] <filename> "<description>"
28# 28#
29# * show the detail of a gist 29# * show the detail of a gist
30# gist [detail | d] <number_of_gist_in_list> 30# gist [detail | d] <number_of_gist_in_list>
@@ -37,7 +37,11 @@
37# 37#
38# * clean removed gists in local 38# * clean removed gists in local
39# gist [clean | C] 39# gist [clean | C]
40 40#
41# * update a gist
42# Since now a gist is a local cloned repo
43# It is your business to do git commit and git push
44#
41# * show this help message 45# * show this help message
42# gist [help | h] 46# gist [help | h]
43 47