diff options
| author | Hsieh Chin Fan <typebrook@gmail.com> | 2020-06-29 15:01:41 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <typebrook@gmail.com> | 2020-06-29 15:01:41 +0800 |
| commit | cd07b16df332b37010cd082538abb2fb14882ce5 (patch) | |
| tree | 5eddaa419709ad8b00e91fcbd20723c8850e2b31 | |
| parent | a74940ba27cf3889ab3b26988a61c67431dd9118 (diff) | |
Update README
| -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. |