From 9c3837119ed9ed32e964e105d400697ace25d81d Mon Sep 17 00:00:00 2001 From: Ethan P <56270045+ethanpalm@users.noreply.github.com> Date: Fri, 29 Jan 2021 15:19:00 -0500 Subject: [PATCH] Add conceptual info about tags --- .../managing-tags.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/content/desktop/contributing-and-collaborating-using-github-desktop/managing-tags.md b/content/desktop/contributing-and-collaborating-using-github-desktop/managing-tags.md index 43e1126bc4f0..5b50f559866f 100644 --- a/content/desktop/contributing-and-collaborating-using-github-desktop/managing-tags.md +++ b/content/desktop/contributing-and-collaborating-using-github-desktop/managing-tags.md @@ -9,7 +9,7 @@ versions: ### About tags in {% data variables.product.prodname_desktop %} -{% 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)." +{% 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)." {% data reusables.desktop.tags-push-with-commits %} @@ -45,3 +45,7 @@ versions: {% data reusables.desktop.history-tab %} {% data reusables.desktop.delete-tag %} + +### Further reading + +- "[Git Basics - Tagging](https://git-scm.com/book/en/v2/Git-Basics-Tagging)" in the Git documentation