Gitリポジトリの初期化

現在バージョン管理下にないプロジェクト・ディレクトリの管理を開始するには、Tools >Git と進み、Create Repository を選択します。

Qt Creator を選択すると、.git という名前の新しいサブディレクトリが作成され、必要なリポジトリファイルがすべて格納されます。

しかし、Git はまだプロジェクト内の何も追跡していません。プロジェクトファイルの追跡を開始するには、最初のコミットを作成する必要があります。

How To: Use Gitと 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.