Answers for "how to remove git credentials in windows"

2

remove git credentials terminal

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

Remove the credentials of git

git config --system --unset credential.helper
Posted by: Guest on February-28-2021
1

delete github credentials in windows

cmdkey /delete:LegacyGeneric:target=git:https://github.com
Posted by: Guest on September-25-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language