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 Git
- 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 amend
- 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 の使い方」「 ファイルの比較」「バージョン管理システム」も参照してください 。
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.