2024-03-21 UTC
# 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).