Answers for "change git account terminal"

2

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

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language