Handy git commands
To Get list of configuration
git config --list
To set global username and email
git config --global --replace-all user.name "${userName}"
git config --global --replace-all user.email "${userEmail}"
To set local user.name and user.email different fo...
techtricks.nabhtara.in2 min read