When I create a new branch from a remote in Sourcetree, it always selects "track" by default. This causes my new branch to push directly to the source remote branch.
However, I want to always push a new branch to the remote, not update the original remote branch, since that affects team collaboration.
Is there a setting to control whether "track" is selected by default?
@so1e welcome to the Atlassian community
There is not way to change this. My guess is that there is no setting change because by default Git tracks the remote branch.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.