Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

change git account terminal

git config --list
git config --global user.name "Full Name"
git config --global user.email "email@address.com"
 
PREVIOUS NEXT
Tagged: #change #git #account #terminal
ADD COMMENT
Topic
Name
5+8 =