The first time I used arc diff to submit a branch, it asked me which branch to compare changes to. I entered origin/master
. This compares it to all the changes that have been made to the Master branch. Now it always uses the Master to compare it to which I want to change to origin/develop
.
I was wondering if there was a way to change the default branch somehow so instead of using arc diff origin/develop
I can just use arc diff
.