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 SOURE CONTROL: GIT view menu, click More Actions.
-
Select Pull.
The changes are fetched from the specific branch and merged into your local checked-out branch.
- From the SOURCE CONTROL : GIT menu, click More Actions.
- Select Push to. The command palette is displayed.
- Select the the repository from which you want to pull the changes.