-
Notifications
You must be signed in to change notification settings - Fork 287
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
pr_forget() #1263
Comments
Yes, this would be super helpful. My use case is examining student PRs and telling them what to fix. What I'm doing now (with help from ROpenSci slack) while on the PR branch to jump ship is:
|
I think it's fair to say that what we want from |
Yeah, exactly. |
Note to self: also handle the case where the whole thing started with |
@hadley Are these all the ways in which For
|
I was just thinking about the last bullet this weekend — I think it probably needs to warn that you have work that won't be pushed, and require confirmation to continue. Otherwise, that sounds correct to me. |
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
thengit branch -D <branch>
, but that doesn't remove any remotes that might've been added. I don't think this would touch remote branches.The text was updated successfully, but these errors were encountered: