No "pull" in Git Gui?

Alberto Montellano picture Alberto Montellano · Mar 26, 2014 · Viewed 79k times · Source

How can I make a pull using Git GUI tool? It seems there is no pull command anywhere.

Is there an equivalent menu option using Git GUI?

Any help will be appreciated.

Answer

Alberto Montellano picture Alberto Montellano · Mar 26, 2014

Well, I found this useful forum post: http://git.661346.n2.nabble.com/No-quot-pull-quot-in-git-gui-td1121058.html

A fetch and merge should be done.

It seems you need to go to "Remote" menu, then "Fetch from" option , in my case origin, and then go to "Merge Menu" and then "Local Merge...".