Changes between Version 35 and Version 36 of DeveloperGuidelines/Git


Ignore:
Timestamp:
03/24/12 08:30:25 (13 years ago)
Author:
Fran Boon
Comment:

Using Patches

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/Git

    v35 v36  
    112112git remote add upstream git://github.com/flavour/eden.git
    113113}}}
     114
     115=== Using Patches ===
     116If you have made changes to one branch & wish to backport them to another branch, then this is done most easily using a Patch:
     117* http://ariejan.net/2009/10/26/how-to-create-and-apply-a-patch-with-git
    114118== Developer Configuration ==
    115119{{{