Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

close sessin git cli

Remove your ssh keys (~/.ssh)
Then remove git config:
git config --global --unset user.name
git config --global --unset user.email
git config --global --unset credential.helper

Or all your global settings:
git config --global --unset-all
 
PREVIOUS NEXT
Tagged: #close #sessin #git #cli
ADD COMMENT
Topic
Name
2+8 =