In SourceTree when I push a branch it defaults to pushing every branch. (ie Select All is checked).
Is there a way to disable this behavior and only push the current branch?
In SourceTree when I push a branch it defaults to pushing every branch. (ie Select All is checked).
Is there a way to disable this behavior and only push the current branch?
If you want to push the current branch to the tracking remote branch you'd normally pull, go to Tools > Options > Git and change the Push Branches option to
upstream
.