Only push current branch in SourceTree

4.7k Views Asked by At

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?

Screenshot

1

There are 1 best solutions below

3
On BEST ANSWER

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.

enter image description here