Closed croaky closed 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 post-land
git branch -D name git push origin :name
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: