After a sprint, all the local branches you have are useless and take up space. Below is a small command to remove them (except master)
git branch grep -v "master" xargs git branch -D
Il n'y a pas de questions bêtes

Photo de Emile Perron sur Unsplash
After a sprint, all the local branches you have are useless and take up space. Below is a small command to remove them (except master)
git branch grep -v "master" xargs git branch -D