croaky / laptop

Setup script and dotfiles
https://dancroak.com
MIT License
33 stars 8 forks source link

shell: delete git delete-branch function #184

Closed croaky closed 2 years ago

croaky commented 2 years ago

I no longer use this between GitHub's auto-delete branch command and git post-land. Occasionally, I'll have branches that never get to pull requests and I clean them up manually with normal Git commands:

git branch -D name
git push origin :name