mirror of
https://github.com/helix-editor/helix
synced 2026-08-10 16:24:18 +02:00
Git can be configured to push tags with `push.followTags` but this is not the default. Pushing the tag explicitly with `git push <remote> <tag>` is generally considered safer anyways since it only attempts to push the desired tag.