jhillyerd / plugin-git

Git aliases plugin for the Fish shell (similar to oh-my-zsh git)
MIT License
607 stars 85 forks source link

Delete squashed branches in gbda #87

Closed jmaroeder closed 1 year ago

jmaroeder commented 1 year ago

This adds functionality to the gbda function to delete branches that have been squash merged.

Based on shell code from https://github.com/not-an-aardvark/git-delete-squashed

jhillyerd commented 1 year ago

This is cool, I run into this problem all the time. I'll try to test it out in a the next few days.

jhillyerd commented 1 year ago

Works for me, thanks!