Linux and MacOS: use characters as in file
$ git config --global core.autocrlf input
Windows: deactivate the automatic conversion to CRLF
$ git config --global core.autocrlf false
mklink /H git-config .gitconfig
git add git-config
git commit -m "Now tracking git config file"