Merge pull request #8 from git-tips/revert-7-master

Revert "tip for deleting a local or remote branch"
This commit is contained in:
hemanth.hm 2015-07-15 19:07:07 +05:30
commit 9fa82eb49b
1 changed files with 0 additions and 8 deletions

View File

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