We need some function to terminate a pr (without merging it) if you decide that fetching or creating it was a bad idea. Currently, I do git checkout master then git branch -D <branch>, but that doesn't remove any remotes that might've been added. I don't think this would touch remote branches.
We need some function to terminate a pr (without merging it) if you decide that fetching or creating it was a bad idea. Currently, I do
git checkout masterthengit branch -D <branch>, but that doesn't remove any remotes that might've been added. I don't think this would touch remote branches.