Get these Git commands handy
Command line instructions
Git global setup
git config --global user.name "YourUserName"
git config --global user.email "name@email.com"
//to set the username
git config user.email "email@example.com"
//to get the username
git config user.email //...
sandeepsamudrala.hashnode.dev2 min read