Answers for "git push and pull not asking password"

0

git push and pull not asking password

sudo vim .git/config

url = https://username:[email protected]


git remote set-url origin [email protected]:gitusername/projectname.git
Posted by: Guest on June-02-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language