Changes between Version 6 and Version 7 of DeveloperGuidelines/Git
- Timestamp:
- 12/20/11 22:34:14 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Git
v6 v7 16 16 {{{ 17 17 cd web2py/applications 18 mv <mybranch> <mybranch2> 19 git clone git@github.com:flavour/eden.git <mybranch> 18 git clone git@github.com:flavour/eden.git <mybranch>2 20 19 }}} 21 * Delete the contents of <mybranch> other than {{{.git}}} & {{{.gitignore}}} 20 * Move {{{.git}}} & {{{.gitignore}}} from <mybranch>2 to <mybranch> 21 * Delete the rest of <mybranch>2 22 22 * Edit {{{.git/config}}}: 23 23 {{{