Skip to content

Commit 7db7aae

Browse files
committed
tip for deleting a local or remote branch
1 parent 8c45240 commit 7db7aae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tips.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@
3434
{
3535
"title": "Track upstream branch",
3636
"tip": "git branch -u origin/mybranch"
37-
}
37+
},
3838
{
3939
"title": "Delete local branch",
4040
"tip": "git branch -d local_branchname"
41-
}
41+
},
4242
{
4343
"title": "Delete remote branch",
4444
"tip": "git push origin :remote_branchname"

0 commit comments

Comments
 (0)