Answers for "how to forget git login credentials"

2

remove git credentials terminal

git config --unset credential.helper
Posted by: Guest on December-03-2019
0

how to reset all github credentials

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

git reset commiter credentials

git commit --author="John Doe <[email protected]>"
Posted by: Guest on June-19-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language