diff options
author | Hsieh Chin Fan <typebrook@gmail.com> | 2020-08-14 15:22:03 +0800 |
---|---|---|
committer | Hsieh Chin Fan <typebrook@gmail.com> | 2020-08-14 15:23:00 +0800 |
commit | dbee446ac0c1f46793611fe4f782cbc8db3f3b95 (patch) | |
tree | 2e53171dc9984b47fa545981d02d58597fdf111c | |
parent | be621e959d4637d4b50bb450b368e69f182fbf1b (diff) |
Update README
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -303,9 +303,9 @@ gist tag tag1 | gist grep pattern1 | gist lan SHELL | |||
303 | Each gist is a git repository. | 303 | Each gist is a git repository. |
304 | Although there are some limits on `git push`, like sub-directory is prohibited. But guess what? | 304 | Although there are some limits on `git push`, like sub-directory is prohibited. But guess what? |
305 | 1. Push another branch to `github.com` is allowed. | 305 | 1. Push another branch to `github.com` is allowed. |
306 | 2. Push tags is also allowed. And like repos in `github.com`, you can get source file by tag with URL: | 306 | 2. Push tags is also allowed. And like repos in `github.com`, you can get source file by reference with URL: |
307 | ``` | 307 | ``` |
308 | https://codeload.github.com/gist/<gist_id>/tar.gz/<tag_name> | 308 | https://codeload.github.com/gist/<gist_id>/tar.gz/<YOUR TAG or BRANCH> |
309 | ``` | 309 | ``` |
310 | 310 | ||
311 | ### Useful action for gist repo | 311 | ### Useful action for gist repo |