git forget logins
To cancel any saved logins for git credential-helper immediately, run this command.
git credential-cache exit
It does not modify any .gitconfig anywhere. It just immediately forgets your logins to the git remotes.
Preserving for the future: Shell scripts, AoC, and more
To cancel any saved logins for git credential-helper immediately, run this command.
git credential-cache exit
It does not modify any .gitconfig anywhere. It just immediately forgets your logins to the git remotes.
Comments