1 min to read
Configure GitHub creds
Quick notes
Add Email and Username
git config --global user.email “you@example.com”
git config --global user.name “Your Name”
Check Config
git config --global --list
1 min to read
Quick notes
git config --global user.email “you@example.com”
git config --global user.name “Your Name”
git config --global --list