diff options
author | Junio C Hamano <gitster@pobox.com> | 2016-03-10 10:56:41 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-03-10 10:56:41 -0800 |
commit | 9ed1d905890640bdee698f9c7a92a11d4840c058 (patch) | |
tree | dd69a67fe326c38295af095a147812ccf79fb688 /Documentation/git-rebase.txt | |
parent | Git 2.8-rc1 (diff) | |
parent | Documentation: reword rebase summary (diff) | |
download | tgif-9ed1d905890640bdee698f9c7a92a11d4840c058.tar.xz |
Merge branch 'sb/rebase-summary'
* sb/rebase-summary:
Documentation: reword rebase summary
Diffstat (limited to 'Documentation/git-rebase.txt')
-rw-r--r-- | Documentation/git-rebase.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-rebase.txt b/Documentation/git-rebase.txt index 6cca8bb51d..6ed610a031 100644 --- a/Documentation/git-rebase.txt +++ b/Documentation/git-rebase.txt @@ -3,7 +3,7 @@ git-rebase(1) NAME ---- -git-rebase - Forward-port local commits to the updated upstream head +git-rebase - Reapply commits on top of another base tip SYNOPSIS -------- |