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
The autocomplete provider for git checkout or git switch should also return branches which don't exist in local copy but exists in one of remotes. For example, we have:
The autocomplete provider for
git checkout
orgit switch
should also return branches which don't exist in local copy but exists in one of remotes. For example, we have:The
docker-dev
exists in "upstream" remote but not in "origin", nor local. It should be included in the auto-complete.The text was updated successfully, but these errors were encountered: