Answers for "how to change gitlab username in windows"

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 "how to change gitlab username in windows"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language