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
Hi,
Thanks a lot for your tool which is excellent. I wanted to add an exercise about how to undo a faulty merge, following: https://www.kernel.org/pub/software/scm/git/docs/howto/revert-a-faulty-merge.txt
It seems that when trying to revert a merge commit, the tool accepts it, whereas git asks for something like: git revert -m 1 Cx
git revert -m 1 Cx
Did I miss something ?
The text was updated successfully, but these errors were encountered:
I wouldn't be surprised if we have a bug/mismatched git engine behavior with something like that :)
Sorry, something went wrong.
No branches or pull requests
Hi,
Thanks a lot for your tool which is excellent.
I wanted to add an exercise about how to undo a faulty merge, following: https://www.kernel.org/pub/software/scm/git/docs/howto/revert-a-faulty-merge.txt
It seems that when trying to revert a merge commit, the tool accepts it, whereas git asks for something like:
git revert -m 1 Cx
Did I miss something ?
The text was updated successfully, but these errors were encountered: