Most VCS has the ability to ‘tag’ specific points in history. Generally people use this to mark release point (‘v0.1.0.dev1). I try to show you some tagging command here.
Listing Tags
1 2 3 | |
If you are interested in looking v0.1.0 serias, you can run
1 2 3 | |
Creating Tags
1 2 3 4 5 | |
Sharing tags
1
| |
Delete a tag
1 2 | |
If you want to delete tag at remote repo.
1 2 | |
Best regards.