Changes between Version 18 and Version 19 of DeveloperGuidelines/Git
- Timestamp:
- 01/20/12 14:20:26 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Git
v18 v19 9 9 == How? == 10 10 The preferred approach is to have a clean repository, in order to get the maximum benefit from the migration...although it is technically possible to [http://fearthecowboy.com/2011/04/29/converting-bazaar-repositories-to-git/ migrate the commit history]. Commit History will instead be maintained on the !LaunchPad site as an archive 11 === Fork a fresh Branch === 12 * Sign-up for an account on [https://github.com GitHub] 13 * Fork the Eden Branch: https://github.com/flavour/eden/fork_select 14 * Use Git to clone this down to your PC: 15 {{{ 16 cd web2py/applications 17 git clone git@github.com:mygitusername/eden.git 18 }}} 19 11 20 === Migrating existing Branches === 12 21 Merge branch with trunk using normal Bzr tools