git username and email config linux terminal 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]"