forked from qt-creator/qt-creator
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:
3
dist/changelog/changes-17.0.0.md
vendored
3
dist/changelog/changes-17.0.0.md
vendored
@@ -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
|
||||
|
@@ -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.
|
||||
|
Reference in New Issue
Block a user