How to change the default pull strategy in EGit

How to change git pull strategy (rebase / merge / none) in eclipse?

It seems that I can only install it when checking out a new branch, but then I can’t change it.

Does this seem really strange or not allowed to change the pull strategy on an existing branch?

+5
source share
1 answer
  • Open the Git Repositories view
  • Expand the repository in question
  • Expand branches → Local
  • Right-click on a branch and select "Configure Branch"
  • Toggle the Rebase flag or change the Upstream branch

If Configure Branch is not available, upgrade EGit to at least 2.0 or use the nightly update site .

+8
source

All Articles