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
SinceGit::Base#in_remote_branch? and Git::Base#is_local_branch? use the Git::Branch#name to find a branch it wont work for remote branches sharing the same #name as a local one.
As an example, you can not check if origin/master is remote or not.