Pulling is the same as fetching and merging. Pulling enables you to download objects and references from the remote repository into your local repository, and then merge the changes into your project.
-
From the SOURCE CONTROL view menu, click More Actions.

-
Select Pull.
The changes are fetched from the specific branch and merged into your local checked-out branch.
This feature has the same functionality as Pull, but in this case, when you select the action, the command palette is displayed and you can define the repository from which you want to pull the changes.
- From the SOURCE CONTROL: GIT menu, click More Actions.
- Select Pull from. The command palette is displayed.
- Select the the repository from which you want to pull the changes.