git pull

To pull changes from a remote repository, go to Tools > Git > Remote Repository and select Pull.

If you have modified files, you are asked how to handle them.

Manage uncommitted changes

Uncommitted Changes Found dialog

You can apply the following actions to uncommitted changes:

Menu ItemDescription
Diff & CancelView a diff of the changes and cancel git pull.
DiscardReset local changes and execute git pull. The changes will be lost.
IgnoreExecute git pull with local changes in the working directory.
Show/Hide DetailsShow or hide details of the local changes.
StashStash the local changes and execute git pull.
Stash & PopStash the local changes, execute git pull, and then pop the changes.

Pull with rebase

Go to Preferences > Version Control > Git, and then select Pull with rebase to perform a rebase operation while pulling.

See also How To: Use Git and 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.