Skip to content

Commit 9c38371

Browse files
committed
Add conceptual info about tags
1 parent c24e860 commit 9c38371

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

  • content/desktop/contributing-and-collaborating-using-github-desktop

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)