Git Configuration
git config --global user.name "YOUR-USERNAME"
git config --global user.email YOUR-EMAIL-ADDRESS
git config --global push.default simple
git config --global credential.helper cacheSetting up SSH Key
Last updated
git config --global user.name "YOUR-USERNAME"
git config --global user.email YOUR-EMAIL-ADDRESS
git config --global push.default simple
git config --global credential.helper cacheLast updated