Skip to content

Creating a new branch fails if current branch does not exist on the remote #662

Closed
@isc-pbarton

Description

@isc-pbarton

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions