We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
git am
I was trying to land nodejs/node#21992 which had a small conflict to fix.
So I ran:
git node land 21992 # stopped at `git am`. fix conflict git add . git am --continue git node land --continue
At this point, it tries to re-download and apply the patch.
The text was updated successfully, but these errors were encountered:
Are you using master or the npm release? It may be fixed by 34664c0
Sorry, something went wrong.
The npm release. I didn't realize it was so for behind, sorry.
No worries, I'll publish a new release
Thank you! Since it's not common to land PRs which still have conflicts, I'll close this as likely fixed.
No branches or pull requests
I was trying to land nodejs/node#21992 which had a small conflict to fix.
So I ran:
At this point, it tries to re-download and apply the patch.
The text was updated successfully, but these errors were encountered: