X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=Documentation%2Fgit-cherry-pick.txt;h=8462e068531140debbcd0bc08293ec20528972b4;hb=ab1630a3ed31d6ec5ae83769c78ed542fe3c4a28;hp=e6a8c878538acd32061546dac365634cdd532a89;hpb=0493a3fd5204a36bc961a8611770ddb9ec1ed8ed;p=git.git diff --git a/Documentation/git-cherry-pick.txt b/Documentation/git-cherry-pick.txt index e6a8c878..8462e068 100644 --- a/Documentation/git-cherry-pick.txt +++ b/Documentation/git-cherry-pick.txt @@ -22,7 +22,7 @@ OPTIONS Commit to cherry-pick. -r:: - Usuall the command appends which commit was + Usually the command appends which commit was cherry-picked after the original commit message when making a commit. This option, '--replay', causes it to use the original commit message intact. This is useful @@ -38,9 +38,9 @@ OPTIONS option is used, your working tree does not have to match the HEAD commit. The cherry-pick is done against the beginning state of your working tree. - - This is useful when cherry-picking more than one commits' - effect to your working tree in a row. ++ +This is useful when cherry-picking more than one commits' +effect to your working tree in a row. Author