Tuesday 11 August 2015

Git userName/Password popup



When we are using git and try to pull or push we need to enter username and password each time.

we can avoid username by entering username data in configuration file but still you need to enter password each time.

So if you want to remove this requirement , you can use below command.

                  git config --global credential.helper wincred