git config --global core.editor code
git config --global --edit
Get user email
git config --global user.email
Generate key
ssh-keygen -t rsa -C "[email protected]"
When asked don't input a file name
See public key
cat ~/.ssh/id_rsa.pub
https://github.com/settings/keys
ssh -T [email protected]