コミットへのアクションの適用

ディレクトリやコミット履歴を参照したりコミットにアクションを適用したりするには、Tools >Git >Actions on Commits にアクセスします。

Git コミットの選択ダイアログ

以下のアクションをコミットに適用できます:

メニュー項目メニュー項目
Archiveコミットを ZIP や tarball としてパッケージ化する。
Checkoutヘッドレス状態で変更をチェックアウトします。
Cherry Pick選択した変更をローカルリポジトリにチェリーピックします。
Revertコミットによる変更を取り消します。他のコミットは変更されません。
Showdiff エディターでコミットを表示します。

How to も参照してください :Git の使い方Git を使う もご覧ください。

Copyright © The Qt Company Ltd. and other contributors. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.