Addressing common errors
Windows file ending (crlf) and Unix file ending (lf) incompatibilty
git config --global core.eol lf
git config --global core.autocrlf input
git rm -rf --cached .
git reset --hard HEADUpgrade to macOS breaks git
xcode-select --installReferences
Last updated