diff options
Diffstat (limited to 'README.md')
-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 |