Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to pull specific remote into current branch in VS Code

Using built in Git in Visual Studio Code, I do not see a way to pull a specified remote branch into my current branch. Can I do this?

Example: I am working on branch myBranch and changes were merged into master on the remote. I want to pull the changes from master into my current myBranch

like image 956
stephen776 Avatar asked Feb 09 '17 16:02

stephen776


1 Answers

I am using Version 1.30.1 (1.30.1) and now it has build-in way to do this.

enter image description here

like image 178
Yang Wang Avatar answered Oct 06 '22 10:10

Yang Wang