Answers for "how to change git accounts"

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
-1

git github account change

git credential-manager delete https://github.com
Posted by: Guest on February-09-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language