git_remote_branch
git_remote_branch copied to clipboard
Need --force/-f flag for grb delete
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.
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_nameand have it rungit branch -D branch_nameto 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
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.