Skip to content

Instantly share code, notes, and snippets.

1. set-up user name and email
git config --global user.name "Firstname Lastname"
git config --global user.email "[email protected]"
git config --global color.ui auto
2. create ssh
$ ssh-keygen -t rsa -C "[email protected]"
Generating public/private rsa key pair.