docs: delete branches example

This commit is contained in:
Maas Lalani 2022-07-30 22:02:07 -04:00
parent b670c6d674
commit f0106b51ae
No known key found for this signature in database
GPG key ID: 5A6ED5CBF1A0A000

View file

@ -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
Wed love to hear your thoughts on this project. Feel free to drop us a note!