diff --git a/branching/index.html b/branching/index.html index cdcdba7..6bea373 100644 --- a/branching/index.html +++ b/branching/index.html @@ -242,7 +242,8 @@ To git@github.com:octocat/Spoon-Knife.git

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