Pull changes from the team
To ensure your code integrates well with the latest code from the team, you should pull changes on a regular basis.
-
Before you pull commits from the remote repository, fetch a list of them to see the changes your team has made.

-
Sometimes you want details about incoming commits from your team, for example, to understand how a change will integrate with your work.


-
When you're ready, pull the changes into your local repository.
If one of the code files affected by the commits is open, you are prompted to update it.
The changes from your team are now integrated in your local repository.

Try this next
Or, dig deeper
Sign up now