Answers for "github clear cached credentials"

0

how to reset all github credentials

git config --global --replace-all user.email "[email protected]"
Posted by: Guest on February-25-2021
0

cache github credentials widows

$ git config --global credential.helper wincred
Posted by: Guest on September-29-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language