Tuesday, November 3, 2015

Git credential store

If your online git server does not allow ssh (like Microsoft Visual Studio Online), you can store git credentials in a file (not safe)

git config credential.helper store
see https://git-scm.com/docs/git-credential-store