Changes between Version 17 and Version 18 of DeveloperGuidelines/Git
- Timestamp:
- 01/10/12 22:42:03 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Git
v17 v18 118 118 }}} 119 119 120 == Reverting to last committed code == 121 If you want to throw away all uncommitted changes (i.e. '{{{bzr revert}}}'), then: 122 {{{ 123 git reset --hard HEAD 124 }}} 120 125 == Resources == 121 126 * Community Book: http://book.git-scm.com