How to Tag in Sourcetree
To create a Git tag in Sourcetree, follow these simple steps:
- Open Sourcetree and select your repository.
- Make sure you're on the correct branch and have committed changes.
- In the top menu or toolbar, select 'Tag'.
- In the 'Tag Name' field, enter your tag.
- Click 'Add Tag' to confirm.
- A tag marks a specific point in history in your Git repository.
Similar Articles
No items found.
This website uses cookies to ensure you get the best experience on our website. Learn More
Got it