| by Scott Kilroy | No comments

Configuring git

git config --global user.name "USER_NAME"
git config --global user.email "USER_EMAIL"

and if you work with Windows files

git config --global core.autocrlf false

Share Button