Skip to content

Commit 7da3713

Browse files
committed
Removes superfluous words in remote branch delete tips
1 parent d957495 commit 7da3713

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

branching/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -222,8 +222,8 @@ <h4>
222222

223223
<p>When you're done with a remote branch, whether it's been merged
224224
into the remote master or you want to abandon it and sweep it under
225-
the rug, you'll issue a <code>git push</code> command with special
226-
colon to nuke that branch.</p>
225+
the rug, you'll issue a <code>git push</code> command with a specially
226+
placed colon symbol to remove that branch.</p>
227227

228228
<pre>
229229
<b>$ git push origin :tidy-cutlery</b>
@@ -240,9 +240,9 @@ <h4>
240240
remote branch to become nothing.
241241
</p>
242242

243-
<p>Alternatively, you can also run
243+
<p>Alternatively, you can run
244244
<code>git push remote-name --delete branchname</code>
245-
which is basically a wrapper for the above colon prefix version.
245+
which is a wrapper for the colon technique of deleting a remote branch.
246246
</p>
247247

248248
<p class="nutshell">

0 commit comments

Comments
 (0)