Answers for "git set account cmd"

0

change git account terminal

git config --list
git config --global user.name "Full Name"
git config --global user.email "[email protected]"
Posted by: Guest on April-22-2021
0

how to set up git user

$ git config --global user.name
> Mona Lisa
Posted by: Guest on November-25-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language