diff options
author | typebrook <typebrook@gmail.com> | 2020-01-17 14:18:33 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2020-01-17 14:18:33 +0800 |
commit | ca33398f081828ce1f29a6d2da45bdfa8986ecf2 (patch) | |
tree | 265c158648bfcdee8e0dbeee6aa1ee49acfd729f /scripts/gist | |
parent | 818e71003eb96d8c452d5e5227347770481339ac (diff) |
update
Diffstat (limited to 'scripts/gist')
-rwxr-xr-x | scripts/gist | 8 |
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 | ||