Difference between revisions of "Git notes"

From Noah.org
Jump to navigationJump to search
(New page: Category:Engineering ;revert local changes:rm filename;git checkout filename)
 
Line 1: Line 1:
 
[[Category:Engineering]]
 
[[Category:Engineering]]
  
;revert local changes:rm filename;git checkout filename
+
;revert local changes (throw away local changed):git -f checkout filename

Revision as of 15:00, 21 October 2008


revert local changes (throw away local changed)
git -f checkout filename