“Excluir galhos em git em massa” Respostas de código

Grep Remova os galhos

Type in git branch | grep "<pattern>" for a preview of the branches that will be deleted.
Type in git branch | grep "<pattern>" | xargs git branch -D.
Blue Badger

Excluir galhos em git em massa

Type in git branch | grep "<pattern>" for a preview of the branches that will be deleted.
Type in git branch | grep "<pattern>" | xargs git branch -D.
Adorable Angelfish

Respostas semelhantes a “Excluir galhos em git em massa”

Perguntas semelhantes a “Excluir galhos em git em massa”

Mais respostas relacionadas para “Excluir galhos em git em massa” em Shell/Bash

Procure respostas de código populares por idioma

Procurar outros idiomas de código