diff options
author | typebrook <typebrook@gmail.com> | 2020-02-09 19:53:01 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2020-02-09 19:53:01 +0800 |
commit | df256e353b4481a9b18616214cc1660ba56827f1 (patch) | |
tree | 54c208a4aafe75b8bac6f09905be7a419959157a /scripts/gist | |
parent | 6ca6cfaeffe75002b1b2c729079cebb7b3443d5e (diff) |
update
Diffstat (limited to 'scripts/gist')
-rwxr-xr-x | scripts/gist | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/gist b/scripts/gist index ffbdd47..07962cd 100755 --- a/scripts/gist +++ b/scripts/gist | |||
@@ -24,6 +24,7 @@ | |||
24 | # push, p <pattern> Push changes by git (well, better to make commit by youself) | 24 | # push, p <pattern> Push changes by git (well, better to make commit by youself) |
25 | # github, G <index_of_gist> Import selected gist as a new Github repo | 25 | # github, G <index_of_gist> Import selected gist as a new Github repo |
26 | # help, h Show this help message | 26 | # help, h Show this help message |
27 | # version Get the tool version | ||
27 | # update Update Bash-Snippet Tools | 28 | # update Update Bash-Snippet Tools |
28 | # | 29 | # |
29 | # Example: | 30 | # Example: |
@@ -31,7 +32,7 @@ | |||
31 | # gist update (update the list of gists from github.com) | 32 | # gist update (update the list of gists from github.com) |
32 | # gist 3 (show the repo path of your 3rd gist, and do custom actions) | 33 | # gist 3 (show the repo path of your 3rd gist, and do custom actions) |
33 | # gist 3 --no-action (show the repo path of your 3rd gist, and do not perform actions) | 34 | # gist 3 --no-action (show the repo path of your 3rd gist, and do not perform actions) |
34 | # gist new foo --desc bar (create a new gist with file and description) | 35 | # gist new --desc bar foo (create a new gist with file and description) |
35 | # | 36 | # |
36 | # Since now a gist is a local cloned repo | 37 | # Since now a gist is a local cloned repo |
37 | # It is your business to do git commit and git push | 38 | # It is your business to do git commit and git push |