このページでは

Git を使う

使い方Gitの使い方

Gitは、高速な分散型バージョン管理システムです。GitはWindows、Linux、macOSで利用できます。

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

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も参照してください :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.