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:
- Go to your Git history in your Git client
- Right click on the commit you want to create a tag at
- Select create tag
- Name your tag
The second method
- Go to the sidebar
- Right click on the branch you want to create a tag at.
- Select create a tag
- Name your tag
Note: This will create a tag on the same commit at where the branch is at.
Deleting a tag
Right click on the tag and select “Delete tag”.
Select delete tag from remote repositories to delete the tag from your remote as well.
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.
This content originally appeared on Zell Liew and was authored by Zell Liew
Zell Liew | Sciencx (2018-11-16T00:00:00+00:00) Git Tags. Retrieved from 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.