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
Both "ours" and "theirs" are documented as "ours" in help
gix merge file --help Merge a file by specifying ours, base and theirs Usage: gix merge file [OPTIONS] <OURS> <BASE> <OURS>
gix merge file --help Merge a file by specifying ours, base and theirs Usage: gix merge file [OPTIONS] <OURS> <BASE> <THEIRS>
No response
The text was updated successfully, but these errors were encountered:
fix: gix merge file now uses THEIRS instead of OURS where needed (
gix merge file
THEIRS
OURS
0727b56
#1703)
Thanks a lot, a fix is on the way!
Sorry, something went wrong.
Merge pull request #1704 from GitoxideLabs/fix-1703
e8ce25f
fix: `gix merge file` now uses `THEIRS` instead of `OURS` where needed (#1703)
Successfully merging a pull request may close this issue.
Current behavior 😯
Both "ours" and "theirs" are documented as "ours" in help
Expected behavior 🤔
Git behavior
No response
Steps to reproduce 🕹
No response
The text was updated successfully, but these errors were encountered: