diff options
author | Junio C Hamano <junkio@cox.net> | 2005-08-28 03:01:09 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-08-29 12:52:03 -0700 |
commit | de2b82c65dac0e9768bc32f38e96b61d0b778843 (patch) | |
tree | e0d819a13934058dddb2b8f6477aee1bc6442eff /Documentation/git.txt | |
parent | e47e35acdda5e334befcde6ffaf207cb5a63b6f4 (diff) | |
download | git-de2b82c65dac0e9768bc32f38e96b61d0b778843.tar.gz git-de2b82c65dac0e9768bc32f38e96b61d0b778843.tar.xz |
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.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/git.txt b/Documentation/git.txt index 807a47007..221889bc7 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. |