Push tag without push commit to remote repository with TortoiseGit

Cherry picture Cherry · Apr 30, 2015 · Viewed 12.5k times · Source

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?

Answer

user3290142 picture user3290142 · Aug 8, 2016
  1. After Creating the Tag
  2. Right click in the repo folder
  3. From the context menu select "Git Sync..."
  4. Change the "Push" drop down to "Push tags" (this will initiate the push)

Git Sync window