22

I use SmartGit as a GUI for git. But so far, I always have the same problem. In my projects (all of them), I can't pull, the button is disabled, it's only the "fetch only" button which is available.

But if I run the command git pull origin master it works fine and I can continue to use SmartGit as usual.

How to get rid of this problem ?

enter image description here

Tancrede Chazallet
  • 7,035
  • 6
  • 41
  • 62

1 Answers1

37

Make sure that your master is tracking origin/master. You may use Set Tracked Branch in the Branches view to configure tracking.

mstrap
  • 16,808
  • 10
  • 56
  • 86