Skip to content

Commit 819e155

Browse files
committed
Merge pull request #9 from anchal20/master
tip for deleting a local or remote branch
2 parents dabba00 + 081dc01 commit 819e155

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tips.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,13 @@
3434
{
3535
"title": "Track upstream branch",
3636
"tip": "git branch -u origin/mybranch"
37+
},
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"
3745
}
3846
]

0 commit comments

Comments
 (0)