Answers for "gitlab login on terminal"

2

gitlab login on terminal

git config --global user.name "your_username"
git config --global user.email "[email protected]"
Posted by: Guest on August-27-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language