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
If I create a new branch locally, never push that branch to the remote, and then try to create another new branch, it fails with an error "There is no tracking information for the current branch."
It fails because we issue a "git pull" before creating the new branch.
This is a regression caused by #625 - previously, the pull would fail silently.
We should revisit whether we actually want to do a pull before creating a new branch.