Git Config
git config --global core.autocrlf false git config --global credential.helper "" rem To configure your name for Git commits use the following: rem git config --global user.name "Your Name" rem git config --global user.email "[email protected]"

0 comments