Changes between Version 107 and Version 108 of DeveloperGuidelines/Git
- Timestamp:
- 06/22/14 12:24:46 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Git
v107 v108 20 20 git clone git@github.com:GITHUB_USERNAME/eden.git 21 21 }}} 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: 22 7. Test that you can {{{push}}} code back to your "origin" !GitHub repository: 23 {{{ 24 git push 25 }}} 26 6. Add Sahana Eden Trunk as a {{{remote}}} "upstream" repository so that you can pull updates from it: 25 27 {{{ 26 28 cd eden