git/lang/config.md

400 B

Config

Windows

git config --global core.autocrlf input
git config --global core.eol lf

Username && Mail

git config --global user.email "tuz@mail.local"
git config --global user.name "tuz"

git config --global user.name "unknown"
git config --global user.email "unknown@mail.local"

git config --global user.email "name@mail.local"
git config --global user.name "name"