✍️ Create a git Tag for you version
1. Summary
Create a tag for a specific branch
2. Result
A tag is available for a specific version of your branch
3. Step by Step Guide
- Navigate in your workspace to the SOURCE CONTROL
- Right click the version you want to tag
- Click on “Add Tag”
- Give the “Tag” a name
- Click on “Add Tag”
You can also follow the instruction directly form the CLI
Cli example from Bitbucket here https://www.atlassian.com/git/tutorials/inspecting-a-repository/git-tag
4. Documentation
To find more information, you can check the following documentation.
Back to Use Cases
Back to Home Page