On Wednesday, May 6, 2020 4:35:11 PM CEST Vít Ondruch wrote:
I am not concerned about remote branches disappearing. I am concerned about the complete opposite, when the remote branches appearing in my local copy and not disappearing once the remote copies go.
Isn't this exactly what `git remote prune` and `git fetch --prune` are for?
You can also use `git config` to make it the default behavior if you like.
Kamil