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"