From 7db7aae79b59699ce8b399e484e86da85c64cf0a Mon Sep 17 00:00:00 2001 From: Anchal Date: Wed, 15 Jul 2015 20:00:26 +0530 Subject: [PATCH] tip for deleting a local or remote branch --- tips.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tips.json b/tips.json index 58eaa36..e9ac28b 100644 --- a/tips.json +++ b/tips.json @@ -34,11 +34,11 @@ { "title": "Track upstream branch", "tip": "git branch -u origin/mybranch" - } + }, { "title": "Delete local branch", "tip": "git branch -d local_branchname" - } + }, { "title": "Delete remote branch", "tip": "git push origin :remote_branchname"