Changes between Version 69 and Version 70 of DeveloperGuidelines/Git


Ignore:
Timestamp:
09/18/13 11:02:46 (11 years ago)
Author:
Pat Tressel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/Git

    v69 v70  
    128128Although 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]
    129129
    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
    135131
    136132==== Rebasing after pushing to !GitHub ====