git_remote_branch icon indicating copy to clipboard operation
git_remote_branch copied to clipboard

Need --force/-f flag for grb delete

Open swrobel opened this issue 13 years ago • 2 comments
trafficstars

It would be nice to be able to grb delete -f branch_name and have it run git branch -D branch_name to remove it even if it isn't fully merged.

swrobel avatar Jun 13 '12 17:06 swrobel

Good idea! Can't get to that just yet, but I'll look into it in July :-)

I'm also open to pull requests ;-)


@webmat http://twitter.com/webmat git-remote-branch http://rubygems.org/gems/git_remote_branch on GitHub https://github.com/webmat

On Wed, Jun 13, 2012 at 1:16 PM, Stefan Wrobel < [email protected]

wrote:

It would be nice to be able to grb delete -f branch_name and have it run git branch -D branch_name to remove it even if it isn't fully merged.


Reply to this email directly or view it on GitHub: https://github.com/webmat/git_remote_branch/issues/7

webmat avatar Jun 13 '12 17:06 webmat

Yeah that would be nice. I'd say just do a -f (force) by default I'm deleting a bunch of branches just now and the convenience is largely lost on me - I just get this error message about needing to run force manually, every time.

PandaWood avatar Mar 19 '13 00:03 PandaWood