このページでは

Git

Gerritコードレビューツールは、Gitを使うプロジェクトで使うことができます。

Gitを使い始める

現在のファイルでの作業

現在のファイルを操作するには、Tools >Git >Current File にアクセスしてください。

現在のプロジェクトでの作業

現在のプロジェクトで作業するには、Tools >Git >Current Project Directory にアクセスしてください。

ローカルリポジトリでの作業

ローカルリポジトリを操作するには、Tools >Git >Local Repository にアクセスしてください。

リモート・リポジトリでの作業

リモート・リポジトリを操作するには、Tools >Git >Remote Repository にアクセスしてください。

リモート・リポジトリーの管理

Gitで利用可能なリモート・リポジトリを管理するには、Tools >Git >Remote Repository >Manage Remotes にアクセスしてください。リモート・リポジトリの名前と URL をダブルクリックして編集します。

以下の操作が可能です:

メニュー項目メニュー項目
Refreshリモートリポジトリのリストを更新します。
Add新しいリモートリポジトリを追加します。
Fetchリモートリポジトリからすべてのブランチと変更情報を取得します。
Pushコミットした変更をリモートリポジトリにプッシュします。
Removeリモートリポジトリを削除します。

How To: Use GitCompare filesSet up version control systemsVersion Control Systemsも参照してください

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.