Skip to content

Instantly share code, notes, and snippets.

@tlevine
Created August 4, 2013 03:43

Revisions

  1. tlevine created this gist Aug 4, 2013.
    8 changes: 8 additions & 0 deletions gistfile1.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,8 @@
    # Create an SSH key.
    ssh-keygen

    # Copy this to the GitHub SSH key page.
    cat ~/.ssh/id_rsa.pub

    # Clone a git repository with SSH.
    git clone git@github.com:tlevine/foobar.git