1

When I create a tag on my local repository

Create tag

it is created on my local repository.

Select tag

I do not know how to push this the origin located on GitHub.

Context menu of tag

I could push this to the remote repository on the command line by

git push origin v0.3.0

but I wonder if there is way to do this through the GUI of Gitahead.

christiankral
  • 393
  • 2
  • 7

1 Answers1

2

I finally found the solution: From the menu "Remote" select "Push to" and then select v0.3.0 from the "Tags" tab of the displayed dialog.

enter image description here

christiankral
  • 393
  • 2
  • 7