Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Push tag without push commit to remote repository with TortoiseGit

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?

like image 601
Cherry Avatar asked Apr 30 '15 04:04

Cherry


People also ask

Is it possible to push without commit command?

No, you must make a commit before you can push. What is being pushed is the commit (or commits).

Which of the following commands can be used to push tags to a remote repository?

You can push all local tags by simply git push --tags command.

How do I commit in TortoiseGit?

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.


1 Answers

  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

like image 130
user3290142 Avatar answered Sep 26 '22 01:09

user3290142