aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHsieh Chin Fan <typebrook@gmail.com>2020-08-14 15:22:03 +0800
committerHsieh Chin Fan <typebrook@gmail.com>2020-08-14 15:23:00 +0800
commitdbee446ac0c1f46793611fe4f782cbc8db3f3b95 (patch)
tree2e53171dc9984b47fa545981d02d58597fdf111c
parentbe621e959d4637d4b50bb450b368e69f182fbf1b (diff)
Update README
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index bb19e1d..a41bd35 100644
--- a/README.md
+++ b/README.md
@@ -303,9 +303,9 @@ gist tag tag1 | gist grep pattern1 | gist lan SHELL
303Each gist is a git repository. 303Each gist is a git repository.
304Although there are some limits on `git push`, like sub-directory is prohibited. But guess what? 304Although there are some limits on `git push`, like sub-directory is prohibited. But guess what?
3051. Push another branch to `github.com` is allowed. 3051. Push another branch to `github.com` is allowed.
3062. Push tags is also allowed. And like repos in `github.com`, you can get source file by tag with URL: 3062. 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