diff options
-rwxr-xr-x | gist | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40,7 +40,7 @@ | |||
40 | # gist (Show your gists) | 40 | # gist (Show your gists) |
41 | # gist 3 (show the repo path of your 3rd gist, and do custom actions) | 41 | # gist 3 (show the repo path of your 3rd gist, and do custom actions) |
42 | # gist 3 --no-action (show the repo path of your 3rd gist, and do not perform actions) | 42 | # gist 3 --no-action (show the repo path of your 3rd gist, and do not perform actions) |
43 | # gist new foo bari (create a new gist with files foo and bar) | 43 | # gist new foo bar (create a new gist with files foo and bar) |
44 | # gist tag (Show your gists with tags) | 44 | # gist tag (Show your gists with tags) |
45 | # gist tag 3 (Add tags to your 3rd gist) | 45 | # gist tag 3 (Add tags to your 3rd gist) |
46 | # gist tag .+ (show tagged gists) | 46 | # gist tag .+ (show tagged gists) |