Git Tags

We use Git tags to create releases. In this video, you’ll learn how to tags manually without Git Flow.

Creating tags
There are two ways to create a tag.
The first method:

Go to your Git history in your Git client
Right click on the commit you want to…


This content originally appeared on Zell Liew and was authored by Zell Liew

We use Git tags to create releases. In this video, you’ll learn how to tags manually without Git Flow.

Creating tags

There are two ways to create a tag.

The first method:

  1. Go to your Git history in your Git client
  2. Right click on the commit you want to create a tag at
  3. Select create tag
  4. Name your tag
  Right clicking on the commit in Git history

The second method

  1. Go to the sidebar
  2. Right click on the branch you want to create a tag at.
  3. Select create a tag
  4. Name your tag

Note: This will create a tag on the same commit at where the branch is at.

  Right clicking on the branch in the sidebar

Deleting a tag

Right click on the tag and select “Delete tag”.

  Contextual menu when right clicking on a tag in the sidebar

Select delete tag from remote repositories to delete the tag from your remote as well.

  Choice to delete tag from remote

Pushing tags

When you push changes to your remote, you can select push all tags to push tags into the remote. This is checked by default.

  Choice to push tag into remote


This content originally appeared on Zell Liew and was authored by Zell Liew


Print Share Comment Cite Upload Translate Updates
APA

Zell Liew | Sciencx (2018-11-16T00:00:00+00:00) Git Tags. Retrieved from https://www.scien.cx/2018/11/16/git-tags/

MLA
" » Git Tags." Zell Liew | Sciencx - Friday November 16, 2018, https://www.scien.cx/2018/11/16/git-tags/
HARVARD
Zell Liew | Sciencx Friday November 16, 2018 » Git Tags., viewed ,<https://www.scien.cx/2018/11/16/git-tags/>
VANCOUVER
Zell Liew | Sciencx - » Git Tags. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2018/11/16/git-tags/
CHICAGO
" » Git Tags." Zell Liew | Sciencx - Accessed . https://www.scien.cx/2018/11/16/git-tags/
IEEE
" » Git Tags." Zell Liew | Sciencx [Online]. Available: https://www.scien.cx/2018/11/16/git-tags/. [Accessed: ]
rf:citation
» Git Tags | Zell Liew | Sciencx | https://www.scien.cx/2018/11/16/git-tags/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.