• #dev 2024-03-21
  • Prev
    Next
  • #indieweb
  • #dev
  • #wordpress
  • #meta
  • #stream
  • #microformats
  • #known
  • #events
#dev ≡
  • ←
  • →
2024-03-21 UTC
# 22:33
btrem
Also can't figure out how to delete branches that are on origin, but no longer on upstream. All the `git fetch --prune`s in the world did not work. And as I type this, I realize why. --prune removes local refs to deleted branches. It does not remove branches on origin (my copy) that no longer exist on upstream (the one I forked).