git config --global user.name "Your Name" git config --global user.email "you@domain.com" # for when git clone does not ask your username and password git config --global credential.helper manager-core
698600cookie-checkGit initial config
git config --global user.name "Your Name" git config --global user.email "you@domain.com" # for when git clone does not ask your username and password git config --global credential.helper manager-core