Changes between Version 14 and Version 15 of DeveloperGuidelines/Git
- Timestamp:
- 01/04/12 13:50:18 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Git
v14 v15 56 56 git branch -d <mystory> 57 57 }}} 58 59 To resolve merge conflicts, you can create the .THIS & .OTHER files using: 60 {{{ 61 git show :2:file.txt > file.txt.THIS 62 git show :3:file.txt > file.txt.OTHER 63 }}} 64 65 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: merge.cmd 58 66 === Developer Configuration === 59 67 {{{