aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--git.sr.ht/index.md11
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