| Re: [cdt-dev] [egit-dev] Pull vs. Rebase |
Currently the pull strategy can be configured when creating a new local branch based on a remotetracking branch in the branch creation dialog mentioned in [1]. If you select the pull strategy "Rebase"pull will do fetch + rebase (local branch onto updated remote tracking branch).
If you want the default pull strategy to be configurable we could add support for thegit config parameter branch.autosetuprebase [2].
--
Matthias