diff options
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -112,7 +112,8 @@ Run `gist <INDEX>` to enter sub-shell with working directory of the given gist i | |||
112 | Since now a gist is a local cloned repo, it is your business to do git commit and git push. Use `gist push <INDEX>` is not recommended. | 112 | Since now a gist is a local cloned repo, it is your business to do git commit and git push. Use `gist push <INDEX>` is not recommended. |
113 | 113 | ||
114 | ### Clean unnecessary local repos | 114 | ### Clean unnecessary local repos |
115 | Say you delete gists with command `gist delete <index-of-gist>...`, the local git repositories are still at `~/gist/`. Run `gist clean` to move them into `/tmp` | 115 | Say you delete gists with command `gist delete <index-of-gist>...`, the local git repositories are still at `~/gist/`. |
116 | Run `gist clean` to move them into `/tmp/gist/`. | ||
116 | 117 | ||
117 | ## Configuration | 118 | ## Configuration |
118 | `gist` stores your configuraion inside `~/.config/gist.conf`, with `<key>=<value>` format for each line. And just do `source ~/.config/gist.conf` at runtime. | 119 | `gist` stores your configuraion inside `~/.config/gist.conf`, with `<key>=<value>` format for each line. And just do `source ~/.config/gist.conf` at runtime. |