Includes quick aside on what a refspec is
This commit is contained in:
parent
7da3713a56
commit
7ad396af14
@ -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">
|
||||||
|
Loading…
Reference in New Issue
Block a user