Changes between Version 99 and Version 100 of DeveloperGuidelines/Git


Ignore:
Timestamp:
06/20/14 16:06:53 (11 years ago)
Author:
Pat Tressel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/Git

    v99 v100  
    2828Get your own copy of the Eden repository (repo) on both !GitHub and your local machine:
    29291. Fork the Eden repo at: https://github.com/flavour/eden/fork
    30 1. Use git to clone your own new fork down to your PC. (Use the appropriate address form depending on whether you're using a password or ssh keys.)
     301. Use git to clone your own new fork down to your PC. (Use the appropriate address form depending on whether you're using a password or ssh keys, and substitute your own GitHub username.)
    3131{{{
    3232cd web2py/applications
    3333git clone git@github.com:mygitusername/eden.git
    3434cd eden
    35 git remote add upstream git://github.com/flavour/eden.git
     35git remote add upstream git@github.com:flavour/eden.git
    3636}}}
    3737