Document "git cherry-pick" and "git revert"
[gitweb.git] / Documentation / git.txt
index 807a470076fc0b53a92a6ceaad9bc6d7f0b47ab6..221889bc75f47e35cf20b58df33b4f01c0c6698c 100644 (file)
@@ -198,6 +198,9 @@ Porcelain-ish Commands
 link:git-revert-script.html[git-revert-script]::
        Revert an existing commit.
 
+link:git-cherry-pick-script.html[git-cherry-pick-script]::
+       Cherry-pick the effect of an existing commit.
+
 link:git-rebase-script.html[git-rebase-script]::
        Rebase local commits to new upstream head.