From: Janek Warchol Date: Thu, 9 Jun 2011 18:27:32 +0000 (+0200) Subject: doc: reverting - git reset affects only current branch X-Git-Tag: release/2.15.1-1~5 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=734830e4eb871dad6471f3c8406251fcc34e513c;p=lilypond.git doc: reverting - git reset affects only current branch --- diff --git a/Documentation/contributor/source-code.itexi b/Documentation/contributor/source-code.itexi index 79833e13d9..ba1875c0d6 100644 --- a/Documentation/contributor/source-code.itexi +++ b/Documentation/contributor/source-code.itexi @@ -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