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
I usually run this simple command to change the git remote url from https to ssh
git remote set-url origin git@github.com:username/repo-name-here.git