Closed
Description
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.
Metadata
Metadata
Assignees
Labels
No labels