git config --global user.name "your name"git config --global user.email "yourEmail@email.com"git config --global color.ui true
ssh-keygen -t rsa -C "yourEmail@email.com"- name it something like githubssh (generic, I know)
cat ~/.ssh/githubssh.pub- Copy that output and go to
