Changes between Version 40 and Version 41 of DeveloperGuidelines/Git
- Timestamp:
- 04/12/12 19:02:34 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Git
v40 v41 60 60 Option2: [[BR]] 61 61 Create a patch & apply this to a clean clone. 62 === Resolving Merge Conflicts === 62 63 ==== Resolving Merge Conflicts ==== 63 64 If you encounter conflicts during the rebase, the conflicts will be tagged in the files with: 64 65 {{{ … … 106 107 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] 107 108 108 === Reverting to last committed code===109 ==== Reverting to last committed code ==== 109 110 If you want to throw away all uncommitted changes (i.e. '{{{bzr revert}}}'), then: 110 111 {{{