Doc: Describe adding annotated tags to Git branches

Task-number: QTCREATORBUG-32575
Change-Id: Id290445cabecb66568ee0fad72ca956ef3910d82

Reviewed-by: André Hartmann <aha_1980@gmx.de>
This commit is contained in:
Leena Miettinen
2025-05-20 13:35:15 +02:00
parent 954e138a80
commit ec7ae0a6b2
2 changed files with 6 additions and 3 deletions

View File

@@ -191,7 +191,8 @@ Version Control Systems
([Documentation](https://doc-snapshots.qt.io/qtcreator-17.0/creator-how-to-git-diff.html))
* Added `Revert` to the actions in the `Instant Blame` tooltip
([Documentation](https://doc-snapshots.qt.io/qtcreator-17.0/creator-how-to-git-reset.html))
* Added the option to create annotated tags to the `Create Branch` dialog
* Added the option to create annotated tags to the `Add Tag` dialog
([Documentation](https://doc-snapshots.qt.io/qtcreator-17.0/creator-how-to-git-log.html))
* Added a `Diff & Cancel` option to the `Uncommitted Changes Found` dialog
([QTCREATORBUG-25795](https://bugreports.qt.io/browse/QTCREATORBUG-25795))
* Added a `.gitignore` file when creating a repository in an existing directory

View File

@@ -368,7 +368,8 @@
\li Learn More
\row
\li \uicontrol {Add Tag for <hash>}
\li Add a tag reference to the change.
\li Add a tag reference to the change. You can add an annotation to
the tag.
\li
\row
\li \uicontrol {Checkout <hash>}
@@ -1170,7 +1171,8 @@
\li Cherry-pick the selected change to the local repository.
\row
\li \uicontrol Revert
\li Revert back to the state of the last commit.
\li Revert the changes introduced by the commit. All other commits
remain unchanged.
\row
\li \uicontrol Show
\li Show the commit in the diff editor.