Skip to content

Latest commit

 

History

History
32 lines (15 loc) · 1.04 KB

File metadata and controls

32 lines (15 loc) · 1.04 KB

Pull Changes

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.

  1. From the SOURCE CONTROL view menu, click More Actions.

    More actions

  2. 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.

  1. From the SOURCE CONTROL: GIT menu, click More Actions.
  2. Select Pull from. The command palette is displayed.
  3. Select the the repository from which you want to pull the changes.