Changes between Version 69 and Version 70 of DeveloperGuidelines/Git
- Timestamp:
- 09/18/13 11:02:46 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Git
v69 v70 128 128 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] 129 129 130 ==== Reverting to last committed code ==== 131 If you want to throw away all uncommitted changes (i.e. '{{{bzr revert}}}'), then: 132 {{{ 133 git reset --hard HEAD 134 }}} 130 135 131 136 132 ==== Rebasing after pushing to !GitHub ====