Skip to content

Instantly share code, notes, and snippets.

@davidbradway
Last active November 10, 2016 01:23
Show Gist options
  • Save davidbradway/36a7ad84d2d3f9647749f791a4b8debb to your computer and use it in GitHub Desktop.
Save davidbradway/36a7ad84d2d3f9647749f791a4b8debb to your computer and use it in GitHub Desktop.
#
ssh-keygen -t rsa -C "dpb6@duke.edu"
eval "$(ssh-agent -s)"
ssh-add ~/.ssh/id_rsa
git config --global user.email "dpb6@duke.edu"
git config --global user.name "David Bradway"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment