Wednesday, October 21, 2020

GIT

To store global credential

 

git config --global credential.helper store
git pull origin <branch name>
it will ask username and password
once u enter username pass it will store for future
then again do
git pull origin <branch name>
it wont ask you for username and password

No comments:

Post a Comment