Shell/Bash: add git user and email Example
Shell/Bash Example: This is the "add git user and email" Example. compiled from many sources on the internet by SimpleTutorials.org
add git user and email
git config --global user.email "[email protected]" git config --global user.name "My Name"
set email git
git config --global user.email "[email protected]"
set username git
git config --global user.name "My Name"
* Summary: This "add git user and email" Shell/Bash Example is compiled from the internet. If you have any questions, please leave a comment. Thank you!