Answers for "configure your git username/email"

3

configure your git username/email

git config --global user.name "FIRST_NAME LAST_NAME"
git config --global user.email "[email protected]"
Posted by: Guest on July-06-2021
2

change git username and email

$ git config --global user.email "[email protected]"
Posted by: Guest on February-07-2021
3

update git config username and email

git config --global --edit
Posted by: Guest on June-02-2021
0

git config --global user.name "Server"

cat .gitconfig
Posted by: Guest on October-22-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language