how to add username and email in git config code example
Example 1: How to check git config username?
git config user.name
Example 2: How to check git config username?
git config --list
git config user.name
git config --list