jhillyerd / plugin-git

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

Do not run git if there are no branches to delete. #101

Closed emorozov closed 1 year ago

emorozov commented 1 year ago

Prevents fatal: branch name required error output when there's nothing to do.

jhillyerd commented 1 year ago

Nice fix, thanks!