How to Create a Tag in Bitbucket
·2 min read
In this article
Here's how to create a tag in Bitbucket
- Navigate to the Commits section using the left sidebar menu.
- Locate the specific commit you want to tag from the commit history.
- Click on the commit link to open its details page.
- Look for the 'Create Tag' button in the Details section on the right panel.
- Click the 'Create Tag' button to open the tag creation form.
- Type your desired tag name in the tag name field.
- Add an optional description to explain what this tag represents.
- Click the 'Create Tag' button to finalize and save your new tag.
Ready to get started with
interactive demos?
Frequently Asked Questions
Tags in Bitbucket serve as markers for specific commits in your repository's history, typically used to identify release versions or important milestones. They make it easy to reference and checkout specific points in your codebase without remembering complex commit hashes.
