Skip to content

Commit e5e5bc4

Browse files
authored
Merge pull request #3322 from github/desktop-git-tags
[GitHub Desktop] Add conceptual info about tags
2 parents a3f5992 + 641bfa7 commit e5e5bc4

File tree

1 file changed

+5
-1
lines changed
  • content/desktop/contributing-and-collaborating-using-github-desktop

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ versions:
99

1010
### About tags in {% data variables.product.prodname_desktop %}
1111

12-
{% data variables.product.prodname_desktop %} allows you to create annotated tags. You can use a tag to mark an individual point in your repository's history, including a version number for a release. For more information about release tags, see "[About releases](/github/administering-a-repository/about-releases)."
12+
{% data variables.product.prodname_desktop %} allows you to create annotated tags. Tags are associated with commits, so you can use a tag to mark an individual point in your repository's history, including a version number for a release. For more information about release tags, see "[About releases](/github/administering-a-repository/about-releases)."
1313

1414
{% data reusables.desktop.tags-push-with-commits %}
1515

@@ -45,3 +45,7 @@ versions:
4545

4646
{% data reusables.desktop.history-tab %}
4747
{% data reusables.desktop.delete-tag %}
48+
49+
### Further reading
50+
51+
- "[Git Basics - Tagging](https://git-scm.com/book/en/v2/Git-Basics-Tagging)" in the Git documentation

0 commit comments

Comments
 (0)