diff options
author | typebrook <typebrook@gmail.com> | 2020-03-16 18:15:29 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2020-03-16 18:15:37 +0800 |
commit | 062619791cb6cea9557d3e10624b6a067c3d84a1 (patch) | |
tree | 4a9075c7463715da757b4cf49a70eac5399bafba /README.md | |
parent | dd93eaf5f23346f16bd6652612c92d4cd1873a29 (diff) |
Update README for status hint
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 | ||