This is **NOT** required for fresh installs. If you updated from an older version and experience errors, fix your local repo with: ```sh git fetch origin && git reset --hard origin/main ``` After that, commands like `git pull` will work normally again.
This is NOT required for fresh installs.
If you updated from an older version and experience errors, fix your local repo with:
git fetch origin && git reset --hard origin/mainAfter that, commands like
git pullwill work normally again.