Skip to content

git branches not deleting #16

@DTrejo

Description

@DTrejo

this is caused by

  • the branch is deleted on the remote
  • the local branch is also deleted
  • but the local repo still has a ref to the remote branch

The solution is

  • git branch -r -d origin/branchname

This should be output in the commands.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions