Skip to content

Commit abb579e

Browse files
committed
Merge pull request #7 from anchal20/master
tip for deleting a local or remote branch
2 parents 5b54106 + 8c45240 commit abb579e

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
@@ -35,4 +35,12 @@
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+
}
3846
]

0 commit comments

Comments
 (0)