1
0
Fork 0

Includes quick aside on what a refspec is

This commit is contained in:
Soon Van 2012-12-31 15:17:35 -05:00
parent 7da3713a56
commit 7ad396af14
1 changed files with 2 additions and 1 deletions

View File

@ -242,7 +242,8 @@ To git@github.com:octocat/Spoon-Knife.git
<p>Alternatively, you can run <p>Alternatively, you can run
<code>git push remote-name --delete branchname</code> <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>
<p class="nutshell"> <p class="nutshell">