Changes between Version 35 and Version 36 of DeveloperGuidelines/Git
- Timestamp:
- 03/24/12 08:30:25 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Git
v35 v36 112 112 git remote add upstream git://github.com/flavour/eden.git 113 113 }}} 114 115 === Using Patches === 116 If 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 114 118 == Developer Configuration == 115 119 {{{