Storing username and password in Git
Run below command, git will remember the username & password next time you type them.
git config --global credential.helper |
Run below command, git will remember the username & password next time you type them.
git config --global credential.helper |