A console git client has a git push origin <tag_name>
command for pushing a tag without commit to a remote repository.
What's the equivalent in TortoiseGit GUI?
No, you must make a commit before you can push. What is being pushed is the commit (or commits).
You can push all local tags by simply git push --tags command.
Select any file and/or folders you want to commit, then TortoiseGit → Commit.... The commit dialog will show you every changed file, including added, deleted and unversioned files. If you don't want a changed file to be committed, just uncheck that file.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With