Skip to content

Commit a122f0f

Browse files
authored
repo sync
2 parents 519973b + 8afa01a commit a122f0f

4 files changed

Lines changed: 17 additions & 0 deletions

File tree

69.1 KB
Loading
67.1 KB
Loading

content/desktop/contributing-and-collaborating-using-github-desktop/managing-tags.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,14 @@ versions:
3434

3535
3. All tags associated with the commit are visible in that commit's metadata.
3636
![Viewing a tag in the commit](/assets/images/help/desktop/viewing-tags-in-commit.png)
37+
38+
### Deleting tags
39+
40+
{% note %}
41+
42+
**Note**: You can only delete tags associated with commits that have not yet been pushed.
43+
44+
{% endnote %}
45+
46+
{% data reusables.desktop.history-tab %}
47+
{% data reusables.desktop.delete-tag %}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
1. Right-click the commit.
2+
3+
- If a commit has only one tag, click **Delete Tag TAG NAME**.
4+
![Select the delete tag menu item](/assets/images/help/desktop/select-delete-tag.png)
5+
- If a commit has multiple tags, hover over **Delete Tag...** and then click the tag that you want to delete.
6+
![Hover over the delete tag menu](/assets/images/help/desktop/delete-tag-multiple.png)

0 commit comments

Comments
 (0)