Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

how to logout of git in terminal

git config --global --unset user.name
git config --global --unset user.email
git config --global --unset credential.helper
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #logout #git #terminal
ADD COMMENT
Topic
Name
4+1 =