diff --git a/tips.json b/tips.json index f1a77f9..58eaa36 100644 --- a/tips.json +++ b/tips.json @@ -35,4 +35,12 @@ "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" + } ]