git config --global user.email email@address
git config --global user.name "your name"
git config --global fetch.prune
git config --global push.default
git config --global core.autocrlf true
git config --global core.safecrlf false
git config --global core.autocrlf input