Save Git Passwords

Updated Fri 2017-08-04 | 39 words

I save my github usernames on my local machine with the following command:

git config --global credential.https://github.com.username <my_username>

If I mess up the command, I fix it by editing the config file:

git config --global --edit