Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

git save password global

git config --global user.name "your username"
git config --global user.password "your password"

git config --global credential.helper store
 
PREVIOUS NEXT
Tagged: #git #save #password #global
ADD COMMENT
Topic
Name
5+8 =