Answers for "remove git credentials 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

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language