1
0
mirror of synced 2025-12-30 12:02:01 -05:00

Merge pull request #3322 from github/desktop-git-tags

[GitHub Desktop] Add conceptual info about tags
This commit is contained in:
Ethan Palm
2021-02-01 13:13:55 -05:00
committed by GitHub

View File

@@ -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