Answers for "gitlab set global username and password"

1

gitlab set global username and password

git config --global credential.helper store
git pull # Ask for username and password, after that these are stored
Posted by: Guest on July-01-2021

Code answers related to "gitlab set global username and password"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language