Answers for "logout to github from terminal git"

0

how to logout of git in terminal

git config --global --unset-all
Posted by: Guest on March-03-2021
13

how to login to git from terminal

git config --global user.name "your_username"
Posted by: Guest on July-23-2020

Code answers related to "logout to github from terminal git"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language