I want to make my local version of a repository (not a single branch, all branches) the new remote version.
Is there a way how to do that or do I have to overwrite/add each branch manually? It is not an initial commit. I just want to overwrite everything that is online with a local version that is more correct than the one currently online (after some bad git operations I want to restore it with a backup version).