Skip to content

Commit 7ad396a

Browse files
committed
Includes quick aside on what a refspec is
1 parent 7da3713 commit 7ad396a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

branching/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,8 @@ <h4>
242242

243243
<p>Alternatively, you can run
244244
<code>git push remote-name --delete branchname</code>
245-
which is a wrapper for the colon technique of deleting a remote branch.
245+
which is a wrapper for the colon refspec (a <code>source:destination</code> pair)
246+
of deleting a remote branch.
246247
</p>
247248

248249
<p class="nutshell">

0 commit comments

Comments
 (0)