I started using Visual Studio Code, and I was trying to save my test project into GitHub, but Visual Studio Code is always asking for my GitHub credentials.
I have i
You can refer this link for setup a Git Credential
You can run the following command to save your git credentials. You no need to enter username and password every git command run. (Its for Windows)
git config --global credential.helper wincred
For Mac / Linux click on this link for How to save Git credentials