Public Notes

ssh-keygen -t rsa -b 4096 -N "" -C "email@example.com" -f ~/.ssh/id_rsa
git config --global credential.helper "cache --timeout=604800"