]> git.donarmstrong.com Git - lilypond.git/commitdiff
Doc: CG: add the magic command to solve all conflicts.
authorGraham Percival <graham@percival-music.ca>
Thu, 9 Jul 2009 23:42:55 +0000 (16:42 -0700)
committerGraham Percival <graham@percival-music.ca>
Thu, 9 Jul 2009 23:42:55 +0000 (16:42 -0700)
Documentation/devel/git-starting.itexi

index ed9f6b70df81fc80fa856a3d946359814fd4f818..6d6d55e86c358c9155a7a7076dd6326e8bed44f2 100644 (file)
@@ -314,6 +314,7 @@ Git branches of LilyPond source code is presented.
 * Working on LilyPond sources with several branches::  
 * Git log::                     
 * Applying git patches::        
+* Reverting all local changes::  
 @end menu
 
 
@@ -572,6 +573,19 @@ git commit -a --author="First Last <user@@example.net>"
 @end example
 
 
+@node Reverting all local changes
+@subsection Reverting all local changes
+
+Sometimes git will become hopelessly confused, and you just want
+to get back to a known, stable state.  This command destroys any
+local changes you have made, but at least you get back to the
+current online version:
+
+@example
+git reset --hard origin/master
+@end example
+
+
 @node Git on Windows
 @section Git on Windows