From f0106b51aed3725e0c4dfd0d8df5ce0a7612417a Mon Sep 17 00:00:00 2001 From: Maas Lalani Date: Sat, 30 Jul 2022 22:02:07 -0400 Subject: [PATCH] docs: delete branches example --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index d39b12f..62917e5 100644 --- a/README.md +++ b/README.md @@ -361,6 +361,14 @@ choose which packages to uninstall. brew list | gum choose --no-limit | xargs brew uninstall ``` +#### Choose branches to delete + +List all branches and choose which branches to delete. + +```bash +git branch | cut -c 3- | gum choose --no-limit | xargs git branch -D +``` + ## Feedback We’d love to hear your thoughts on this project. Feel free to drop us a note!