diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -44,7 +44,7 @@ like following: | |||
44 | - Use `gist star` to show your starred gist | 44 | - Use `gist star` to show your starred gist |
45 | - Index with prefix `s` is a starred gist, index with prefix `p` is a private gist | 45 | - Index with prefix `s` is a starred gist, index with prefix `p` is a private gist |
46 | - There are colorful hints for each gist in the following cases: | 46 | - There are colorful hints for each gist in the following cases: |
47 | - **working:** some changes are made locally but not yet do `git commit` | 47 | - **working:** some changes are made locally but not yet do `git commit`, or you are not in `master` branch |
48 | - **ahead:** your local head is yet to be applied to upstream | 48 | - **ahead:** your local head is yet to be applied to upstream |
49 | - **outdated:** your local head is differs from the last fetched gists, do `gist fetch` to refresh index file and pull if needed | 49 | - **outdated:** your local head is differs from the last fetched gists, do `gist fetch` to refresh index file and pull if needed |
50 | 50 | ||