Skip to content

Instantly share code, notes, and snippets.

@nayed
Created May 9, 2016 08:20
Show Gist options
  • Save nayed/44e37c2a203948916869363d2a0a7f91 to your computer and use it in GitHub Desktop.
Save nayed/44e37c2a203948916869363d2a0a7f91 to your computer and use it in GitHub Desktop.
git config
git config --global color.ui true
git config --global user.name "Nayed Saïd Ali"
git config --global user.email "[email protected]"
ssh-keygen -t rsa -b 4096 -C "[email protected]"
cat ~/.ssh/id_rsa.pub
https://github.com/settings/ssh
ssh -T [email protected]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment