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