mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
updated documentation because git-squash does no longer delete source-branch
This commit is contained in:
parent
182d17cd33
commit
bc17c1cb2e
|
|
@ -25,7 +25,7 @@ Branch to squash on the actual branch\.
|
|||
<commit\-message>
|
||||
.
|
||||
.P
|
||||
If commit\-message is given, commit the squash result and delete the source\-branch\.
|
||||
If commit\-message is given, commit the squash result\.
|
||||
.
|
||||
.SH "EXAMPLES"
|
||||
.
|
||||
|
|
|
|||
|
|
@ -95,7 +95,7 @@
|
|||
|
||||
<p> <commit-message></p>
|
||||
|
||||
<p> If commit-message is given, commit the squash result and delete the source-branch.</p>
|
||||
<p> If commit-message is given, commit the squash result.</p>
|
||||
|
||||
<h2 id="EXAMPLES">EXAMPLES</h2>
|
||||
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ git-squash(1) -- Import changes from a branch
|
|||
|
||||
<commit-message>
|
||||
|
||||
If commit-message is given, commit the squash result and delete the source-branch.
|
||||
If commit-message is given, commit the squash result.
|
||||
|
||||
## EXAMPLES
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue