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

Merged branches that have not been pulled locally are not deleted #74

Closed seachicken closed 2 years ago

seachicken commented 2 years ago

Describe the bug

  1. git switch -c issue1 then commits
  2. git push origin issue1
  3. create issue1 PR on GitHub
  4. merge issue1 PR
  5. gh poi
  6. Issue 1 is not deleted when the branch being merged is not pulled locally

Your Environment