how to check git config user.name and email code example
Example: configure git username and email
git config --global user.name "Your Name"git config --global user.email "[email protected]"
git config --global user.name "Your Name"git config --global user.email "[email protected]"