aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2020-03-16 18:15:29 +0800
committertypebrook <typebrook@gmail.com>2020-03-16 18:15:37 +0800
commit062619791cb6cea9557d3e10624b6a067c3d84a1 (patch)
tree4a9075c7463715da757b4cf49a70eac5399bafba /README.md
parentdd93eaf5f23346f16bd6652612c92d4cd1873a29 (diff)
Update README for status hint
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7c2c868..0d18f57 100644
--- a/README.md
+++ b/README.md
@@ -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