Changes between Version 29 and Version 30 of Event/2014/GCI


Ignore:
Timestamp:
12/04/14 10:36:21 (10 years ago)
Author:
Pat Tressel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Event/2014/GCI

    v29 v30  
    5858On the right, there will be a box that says "SSH clone URL" or "HTTPS clone URL" -- that will be the URL to use for your new remote.
    5959If you are using git from the command line, cd to your local eden repository, and do this if you are using a password to connect
    60 to GitHub (this is the "HTTPS clone URL"):
     60to !GitHub (this is the "HTTPS clone URL"):
    6161{{{
    6262git remote add edengci https://github.com/edengci/eden.git
    6363}}}
    64 Or do this if you are using SSH keys to connect to GitHub (this is the "SSH clone URL"):
     64Or do this if you are using SSH keys to connect to !GitHub (this is the "SSH clone URL"):
    6565{{{
    6666git remote add edengci git@github.com:edengci/eden.git