Undoing git pull
So you pulled from main but it broke the local repo.
Here's how to fix it
Run:
git reset --hard master@{"10 minutes ago"}
So you pulled from main but it broke the local repo.
Here's how to fix it
Run:
git reset --hard master@{"10 minutes ago"}