Changes between Version 84 and Version 85 of DeveloperGuidelines/Git
- Timestamp:
- 01/02/14 11:55:25 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Git
v84 v85 91 91 [[BR]] 92 92 https://docs.google.com/drawings/d/1QmGeuQvFpg3pDQpM9xu81V7MlVy4uU8EzVIRqQ14MwU/edit 93 94 === Detailed descriptions of workflow steps === 95 96 ==== Rebasing from Trunk ==== 97 93 98 ==== Resolving Merge Conflicts ==== 94 99 If you encounter conflicts during the rebase, the conflicts will be tagged in the files with: … … 136 141 }}} 137 142 Although on Windows this seems by default to produce UTF-16 files! ('UCS-2 Little Endian'). A script to make this process easier for Windows users is attached: [http://eden.sahanafoundation.org/attachment/wiki/DeveloperGuidelines/Git/merge.cmd merge.cmd] 138 139 140 143 141 144 ==== Squashing commits ====