git push and pull not asking password code example
Example: 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
sudo vim .git/config
url = https://username:[email protected]
git remote set-url origin [email protected]:gitusername/projectname.git