SOLVED: Git remote ref does not exist when trying to delete branches
The problem Today, I was updating an old git repository but when I tried to delete some branches in my local environment and in the remote, I received this kind “remote ref does not exist” And that is because some remote branches didn’t exist anymore. Solution In order to update the references in our local…