]> git.donarmstrong.com Git - lilypond.git/commitdiff
doc: reverting - git reset affects only current branch
authorJanek Warchol <lemniskata.bernoullego@gmail.com>
Thu, 9 Jun 2011 18:27:32 +0000 (20:27 +0200)
committerGraham Percival <graham@percival-music.ca>
Thu, 9 Jun 2011 19:14:43 +0000 (20:14 +0100)
Documentation/contributor/source-code.itexi

index 79833e13d9c9d1658cc7ca304231e548176721da..ba1875c0d670392e71c52b1269a6eedc5f3b3e0b 100644 (file)
@@ -1194,8 +1194,8 @@ any changes you have made!
 
 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:
+local changes you have made in the currently checked-out branch,
+but at least you get back to the current online version:
 
 @example
 git reset --hard origin/master