From 7ad396af1492c62d0d03602b925147b5db4dab02 Mon Sep 17 00:00:00 2001 From: Soon Van Date: Mon, 31 Dec 2012 15:17:35 -0500 Subject: [PATCH] Includes quick aside on what a refspec is --- branching/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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.