Changes between Version 107 and Version 108 of DeveloperGuidelines/Git


Ignore:
Timestamp:
06/22/14 12:24:46 (11 years ago)
Author:
Michael Howden
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/Git

    v107 v108  
    2020git clone git@github.com:GITHUB_USERNAME/eden.git
    2121}}}
    22 
    23 5. 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.)
    24 6. Add Sahana Eden Trunk as a {{{remote}}} repository so that you can pull updates from it:
     227. Test that you can {{{push}}} code back to your "origin" !GitHub repository:
     23{{{
     24git push
     25}}}
     266. Add Sahana Eden Trunk as a {{{remote}}} "upstream" repository so that you can pull updates from it:
    2527{{{
    2628cd eden