seachicken / gh-poi

✨ Safely clean up your local branches
https://dev.to/seachicken/safely-clean-up-your-local-branches-9i3
MIT License
673 stars 19 forks source link

Show can't delete reason if has uncommitted changes #123

Closed seachicken closed 5 months ago

seachicken commented 5 months ago

Even if a branch has been merged, it cannot be deleted if there are local changes. To make it easier to understand why it cannot be deleted, display the reason why it cannot be deleted.

image