Git を使う
Gitは、高速な分散型バージョン管理システムです。GitはWindows、Linux、macOSで利用できます。
Gitを使うプロジェクトでは、Gerritコード・レビュー・ツールを使うことができます。
Gitを使い始める
- Commit your first change
- Create VCS repositories for new projects
- Git Tools
- Initialize Git repositories
- Set up version control systems
- Use Git for Windows
- Use Git with Subversion
- Use common VCS functions
現在のファイルでの作業
現在のファイルを操作するには、Tools >Git >Current File にアクセスしてください。
現在のプロジェクトでの作業
現在のプロジェクトで作業するには、Tools >Git >Current Project Directory にアクセスしてください。
ローカルリポジトリでの作業
ローカルリポジトリを操作するには、Tools >Git >Local Repository にアクセスしてください。
- Create and apply patches
- Interactive rebase
- git am
- git branch
- git clean
- git commit
- git diff
- git log
- git merge
- git reflog
- git reset
- git stash
- git status
リモート・リポジトリでの作業
リモート・リポジトリを操作するには、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.