I just figured this out, I use git to make remote branches the same as local ones, useful if I have done lots of local branches that are stale and need to be murdicated:
git fetch --prune
I just figured this out, I use git to make remote branches the same as local ones, useful if I have done lots of local branches that are stale and need to be murdicated:
git fetch --prune