You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now it compares each branch with its upstream, no matter what remote that upstream is, because this command makes no assumptions that your upstream branch names match your local ones.
Maybe we should come up with a command line flag to allow you to compare with different remotes and just assume <remote_name>/<branch_name>.
Currently it only compares with origin. Would be great if it compares with all other remotes.
The text was updated successfully, but these errors were encountered: