From 7b99d0401f097c9233e9b296cfef761df3f281c1 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Fri, 14 Feb 2020 16:54:02 -0500 Subject: Improve git.sr.ht artifacts docs --- git.sr.ht/index.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'git.sr.ht') 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 -- cgit