EGit - set up remote tracking correctly when creating a branch
问题 When I create a new branch from a remote branch using EGit I get the wrong remote tracking set up: I create the local branch feature1 from the remote branch refs/heads/master and immediately push to upstream. The followign remote tracking gets configured in my .git/config file: [branch "feature1"] remote = origin merge = refs/heads/master So, pull and push in that branch will pull and pull from/to the remote master branch. I would expect the following tracking configuration instead: [branch