Changes between Version 17 and Version 18 of DeveloperGuidelines/Git


Ignore:
Timestamp:
01/10/12 22:42:03 (13 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/Git

    v17 v18  
    118118}}}
    119119
     120== Reverting to last committed code ==
     121If you want to throw away all uncommitted changes (i.e. '{{{bzr revert}}}'), then:
     122{{{
     123git reset --hard HEAD
     124}}}
    120125== Resources ==
    121126* Community Book: http://book.git-scm.com