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?