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.