aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-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