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.