Git
Gerritコードレビューツールは、Gitを使うプロジェクトで使うことができます。
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: Use Git、Compare files、Set up version control systems、Version 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.