mirror of
https://github.com/cupcakearmy/memoir.git
synced 2025-02-23 14:29:27 +00:00
328 B
328 B
tags | ||||
---|---|---|---|---|
|
Delete all local branches that are already merged.
This command is useful if you have a buch of local branches that you don't need anymore.
git branch --merged | grep -v \* | xargs git branch -D