Skip to content

Add trick to delete multiple (sedimented) branches in git #1

Description

@mbannert
git branch --list 'wildcard*' | xargs git branch -D

--list gets rid of the * and -> markers etc.

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