Save Git Passwords

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