diff options
| -rwxr-xr-x | gist | 4 |
1 files changed, 3 insertions, 1 deletions
| @@ -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) |