Hey - I've got a repository with two remotes and branches tracking branches on these remotes like this
master -> origin/master
dev -> local/master
When I commit something to dev I get the option to automatically push to "origin/master" but not "local/master" as it should be (as this branch is tracking local, not origin). This is quite dangerous as I can easily forget to uncheck that option after working on master ...
Is there a way to fix this or is this a bug?