Git

Config

git config --global credential.helper store
git config --global init.defaultBranch master
git config --global user.email "<EMAIL>"
git config --global user.name "<NAME>"
ON THIS PAGE