Skip to content

Instantly share code, notes, and snippets.

@tlevine
Created August 4, 2013 03:43
Show Gist options
  • Select an option

  • Save tlevine/6149026 to your computer and use it in GitHub Desktop.

Select an option

Save tlevine/6149026 to your computer and use it in GitHub Desktop.

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 [email protected]:tlevine/foobar.git