Changes between Version 111 and Version 112 of DeveloperGuidelines/Git
- Timestamp:
- 02/25/15 09:45:38 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Git
v111 v112 19 19 cd web2py/applications 20 20 git clone git@github.com:GITHUB_USERNAME/eden.git 21 }}} 22 '''If you already have a clone of trunk then you can link this to your new repo using:''' 23 {{{ 24 cd web2py/applications/eden 25 git remote set-url origin git@github.com:GITHUB_USERNAME/eden.git 21 26 }}} 22 27 7. Test that you can {{{push}}} code back to your "origin" !GitHub repository: