summaryrefslogtreecommitdiff
path: root/Documentation/git.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-08-28 10:01:09 (GMT)
committerJunio C Hamano <junkio@cox.net>2005-08-29 19:52:03 (GMT)
commitde2b82c65dac0e9768bc32f38e96b61d0b778843 (patch)
treee0d819a13934058dddb2b8f6477aee1bc6442eff /Documentation/git.txt
parente47e35acdda5e334befcde6ffaf207cb5a63b6f4 (diff)
downloadgit-de2b82c65dac0e9768bc32f38e96b61d0b778843.zip
git-de2b82c65dac0e9768bc32f38e96b61d0b778843.tar.gz
git-de2b82c65dac0e9768bc32f38e96b61d0b778843.tar.bz2
Document "git cherry-pick" and "git revert"
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git.txt')
-rw-r--r--Documentation/git.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/git.txt b/Documentation/git.txt
index 807a470..221889b 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.