Skip to content

Commit

Permalink
Includes quick aside on what a refspec is
Browse files Browse the repository at this point in the history
  • Loading branch information
randomecho committed Dec 31, 2012
1 parent 7da3713 commit 7ad396a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion branching/index.html
Expand Up @@ -242,7 +242,8 @@ <h4>

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

<p class="nutshell">
Expand Down

0 comments on commit 7ad396a

Please sign in to comment.