diff options
author | Drew DeVault <sir@cmpwn.com> | 2020-02-14 16:54:02 -0500 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2020-02-14 16:54:02 -0500 |
commit | 7b99d0401f097c9233e9b296cfef761df3f281c1 (patch) | |
tree | dd87e034efb190149fcc61721e9db07abb1cdcb4 /git.sr.ht/index.md | |
parent | 4098f3ece1b33681b9a6756dda1749f56e4afc26 (diff) | |
download | sr.ht-docs-7b99d0401f097c9233e9b296cfef761df3f281c1.tar.gz |
Improve git.sr.ht artifacts docs
Diffstat (limited to 'git.sr.ht/index.md')
-rw-r--r-- | git.sr.ht/index.md | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/git.sr.ht/index.md b/git.sr.ht/index.md index 45ed39b..bda578a 100644 --- a/git.sr.ht/index.md +++ b/git.sr.ht/index.md @@ -68,12 +68,11 @@ notes, a changelog, etc. Consider using changelog. Save and close your editor, then use `git push --tags` to publish the new tag -(or, use `git push --follow-tags` to push any local commits to the current -branch, along with the new tag. This can be made the default by running `git -config --global push.followTags true`). - -The new tag will appear on the "refs" page of your repository. To attach files -to it, click the tag name (e.g. "2.3.4") and use the upload form on this page. +or use `git push --follow-tags` to push any local commits to the current +branch, along with the new tag (this can be made the default behavior by running +`git config --global push.followTags true`). The new tag will appear on the +"refs" page of your repository. To attach files to it, click the tag name (e.g. +"2.3.4") and use the upload form on this page. ## Source code annotations |