summaryrefslogtreecommitdiffstats
path: root/Documentation/git.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-08-28 12:01:09 +0200
committerJunio C Hamano <junkio@cox.net>2005-08-29 21:52:03 +0200
commitde2b82c65dac0e9768bc32f38e96b61d0b778843 (patch)
treee0d819a13934058dddb2b8f6477aee1bc6442eff /Documentation/git.txt
parentRemove git-apply-patch-script. (diff)
downloadgit-de2b82c65dac0e9768bc32f38e96b61d0b778843.tar.xz
git-de2b82c65dac0e9768bc32f38e96b61d0b778843.zip
Document "git cherry-pick" and "git revert"
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to '')
-rw-r--r--Documentation/git.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/git.txt b/Documentation/git.txt
index 807a470076..221889bc75 100644
--- a/Documentation/git.txt
+++ b/Documentation/git.txt
@@ -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.