Changes between Version 23 and Version 24 of DeveloperGuidelines/Git
- Timestamp:
- 01/25/12 00:01:32 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Git
v23 v24 17 17 cd web2py/applications 18 18 git clone git@github.com:mygitusername/eden.git 19 cd eden 20 git remote add upstream git://github.com/flavour/eden.git 19 21 }}} 20 22 … … 36 38 url = git@github.com:<mygitusername>/<mybranch>.git 37 39 }}} 38 * Create the in tiial repo for this new branch40 * Create the initial repo for this new branch 39 41 {{{ 40 42 cd <mybranch>