From 1fd0c14417047a152a6f5fbdddbc86dff9f64e58 Mon Sep 17 00:00:00 2001 From: ouyoutouchmytralala Date: Wed, 20 Feb 2013 17:21:03 +0300 Subject: [PATCH] Update Documentation/git-cherry-pick.txt Fix typo. --- Documentation/git-cherry-pick.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/git-cherry-pick.txt b/Documentation/git-cherry-pick.txt index c205d2363e426e..d713d294532adb 100644 --- a/Documentation/git-cherry-pick.txt +++ b/Documentation/git-cherry-pick.txt @@ -147,7 +147,7 @@ EXAMPLES -------- `git cherry-pick master`:: - Apply the change introduced by the commit at the tip of the + Apply the change introduced by the commit at the top of the master branch and create a new commit with this change. `git cherry-pick ..master`::