Harald Nordgren [off-list ref] writes:
I realized now that my code would benefit from branch
de-duplication.
... meaning that ...
When
running it from the main branch (which has upsteam+push = origin/main) and
my git setting is this which I intended to run from now on:
git config --global status.compareBranches "@{upstream} @{push}"
... when @{upstream} and @{push} ends up being the same branch?
Yes, if that happens, it would be irritating for the users if we
do not deduplicate.
Thanks.