Skip to content

Commit 0a7bbef

Browse files
committed
Revert "tip for deleting a local or remote branch"
1 parent abb579e commit 0a7bbef

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

tips.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,4 @@
3535
"title": "Track upstream branch",
3636
"tip": "git branch -u origin/mybranch"
3737
}
38-
{
39-
"title": "Delete local branch",
40-
"tip": "git branch -d local_branchname"
41-
}
42-
{
43-
"title": "Delete remote branch",
44-
"tip": "git push origin :remote_branchname"
45-
}
4638
]

0 commit comments

Comments
 (0)