mirror of
https://github.com/tj/git-extras.git
synced 2026-09-12 00:16:27 -04:00
Merge pull request #595 from aaguilera/master
fix: git-squash docs. Replaced 'actual' with 'current'
This commit is contained in:
commit
e1f0f6937a
|
|
@ -16,7 +16,7 @@ Produce the working tree and index state as if a real merge happened without the
|
|||
<source\-branch>
|
||||
.
|
||||
.P
|
||||
Branch to squash on the actual branch\.
|
||||
Branch to squash on the current branch\.
|
||||
.
|
||||
.P
|
||||
<commit reference> A commit reference (has to be from the current branch) can also be used as the first argument\. A range of commits \fIsha\fR\.\.HEAD will be squashed\.
|
||||
|
|
|
|||
|
|
@ -87,7 +87,7 @@
|
|||
|
||||
<p> <source-branch></p>
|
||||
|
||||
<p> Branch to squash on the actual branch.</p>
|
||||
<p> Branch to squash on the current branch.</p>
|
||||
|
||||
<p> <commit reference>
|
||||
A commit reference (has to be from the current branch) can also be used as the
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ git-squash(1) -- Import changes from a branch
|
|||
|
||||
<source-branch>
|
||||
|
||||
Branch to squash on the actual branch.
|
||||
Branch to squash on the current branch.
|
||||
|
||||
<commit reference>
|
||||
A commit reference (has to be from the current branch) can also be used as the
|
||||
|
|
|
|||
Loading…
Reference in a new issue