Git ツール
Git Gui
Gitのグラフィカル・インターフェースを起動するには、Tools >Git >Git Tools >Git Gui 。
メモ: macOSでは、デフォルトのGitインストールにはGit Guiがありません。Git Guiを使うには、別途インストールしてください。Qt Creator から Git Gui を起動するには、Preferences>Version Control >Git に進み、Git Gui がある環境へのパスをPrepend to PATH に設定します。
Gitk
Gitのコミット・ビューワーを起動するには、Tools >Git >Git Tools >Gitk にアクセスします。現在のドキュメントや、現在のドキュメントがあるフォルダー内のコミットを表示するツールを起動することもできます。Gitk を実行する際の引数を指定するには、Preferences>Version Control >Git に進んでください。
他のリポジトリブラウザ
GitX や QGit ビューアなど、Git の履歴を見るための他のアプリケーションを使うには、次のようにします:
- Preferences>Version Control >Git に進んでください。
- Command で、アプリケーションの実行ファイルのパスを指定します。
アプリケーションを起動するには、Tools >Git >Git Tools >Repository Browser に進みます。
Git Bash
Git Bashを起動するには、Tools >Git >Git Tools >Git Bash にアクセスします。
マージツール
マージの衝突を解決するには、Tools >Git >Git Tools >Merge Tool にアクセスしてください。このメニュー項目は、解決すべきマージコンフリクトがある場合にのみ表示されます。
How To: Use 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.