Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to do Pull Origin in GitHub Desktop

I just updated my GitHub Desktop version from 3.3.6.1 to the latest. I was able to update my remote branch by using Fetch origin but I don't see Pull Origin button to update my local branch.

enter image description here

Not sure how to get it. I did some research but wasn't able to find out the Pull Origin button.

Thanks

like image 476
David Avatar asked Mar 06 '23 21:03

David


1 Answers

I was having troubles understanding how Fetch origin works on GitHub Desktop, but eventually figured out that the origin here is the fork.

To fetch and merge changes from the remote, one should update the Primary remote repository (origin) field on Repository -> Repository settings with the remote's link.

At this stage, the Fetch origin works as expected and shows the Pull origin button to merge the changes from the remote into one's fork.

like image 51
arunsathiya Avatar answered Mar 31 '23 14:03

arunsathiya