Git initial config

Date: 2022-11-11
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
69860cookie-checkGit initial config