git pull
リモートリポジトリから変更をプルするには、Tools >Git >Remote Repository と進み、Pull を選択します。
変更したファイルがある場合は、それをどう扱うかを尋ねられます。
コミットされていない変更の管理

コミットされていない変更に対して、以下のアクションを適用できます:
| メニュー項目 | メニュー項目 |
|---|---|
| Diff & Cancel | 変更の差分を表示し、git pull をキャンセルします。 |
| Discard | ローカルの変更をリセットし、実行するgit pull 。変更は失われます。 |
| Ignore | git pull を作業ディレクトリのローカル変更で実行します。 |
| Show/Hide Details | ローカル変更の詳細を表示または非表示にします。 |
| Stash | ローカルの変更を隠して、git pull を実行する。 |
| Stash & Pop | ローカルの変更を隠して、git pull を実行し、変更をポップします。 |
リベースによるプル
Preferences (環境設定)>Version Control >Git を開き、Pull with rebase を選択すると、プル中にリベース操作が実行されます。
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.