Changes between Version 29 and Version 30 of Event/2014/GCI
- Timestamp:
- 12/04/14 10:36:21 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Event/2014/GCI
v29 v30 58 58 On 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. 59 59 If 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"):60 to !GitHub (this is the "HTTPS clone URL"): 61 61 {{{ 62 62 git remote add edengci https://github.com/edengci/eden.git 63 63 }}} 64 Or do this if you are using SSH keys to connect to GitHub (this is the "SSH clone URL"):64 Or do this if you are using SSH keys to connect to !GitHub (this is the "SSH clone URL"): 65 65 {{{ 66 66 git remote add edengci git@github.com:edengci/eden.git