このページでは

git pull

リモートリポジトリから変更をプルするには、Tools >Git >Remote Repository と進み、Pull を選択します。

変更したファイルがある場合は、それをどう扱うかを尋ねられます。

コミットされていない変更の管理

未コミットの変更が見つかりましたダイアログ

コミットされていない変更に対して、以下のアクションを適用できます:

メニュー項目メニュー項目
Diff & Cancel変更の差分を表示し、git pull をキャンセルします。
Discardローカルの変更をリセットし、実行するgit pull 。変更は失われます。
Ignoregit pull を作業ディレクトリのローカル変更で実行します。
Show/Hide Detailsローカル変更の詳細を表示または非表示にします。
Stashローカルの変更を隠して、git pull を実行する。
Stash & Popローカルの変更を隠して、git pull を実行し、変更をポップします。

リベースでプル

Preferences >Version Control >Git と進み、Pull with rebase を選択すると、プル中にリベース操作が実行されます。

How to: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.