Changes between Version 18 and Version 19 of DeveloperGuidelines/Git


Ignore:
Timestamp:
01/20/12 14:20:26 (13 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/Git

    v18 v19  
    99== How? ==
    1010The 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{{{
     16cd web2py/applications
     17git clone git@github.com:mygitusername/eden.git
     18}}}
     19
    1120=== Migrating existing Branches ===
    1221Merge branch with trunk using normal Bzr tools