You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've installed mergepbx via brew brew install mergepbx and tried to use it to merge a .pbxproj file with git mergetool --tool=mergepbx something.xcodeproj/project.pbxproj but git gives the output
Merging:
something.xcodeproj/project.pbxproj
Normal merge conflict for 'something.xcodeproj/project.pbxproj':
{local}: modified file
{remote}: modified file
Unknown merge tool mergepbx
However running mergepbx barewords gives the expected mergepbx: error: too few arguments along with the usage: message. which mergepbx reveals it is located in /usr/local/bin/mergepbx but using the entire path for --tool= still gives the unknown merge tool.
Adding the lines from the README to .gitattributes and .gitconfig did not change this
How do I proceed? I would have hoped brew would have informed me if there was a caveat to installing using homebrew...
The text was updated successfully, but these errors were encountered:
Hi
I've installed mergepbx via brew
brew install mergepbx
and tried to use it to merge a.pbxproj
file withgit mergetool --tool=mergepbx something.xcodeproj/project.pbxproj
but git gives the outputHowever running
mergepbx
barewords gives the expectedmergepbx: error: too few arguments
along with theusage:
message.which mergepbx
reveals it is located in/usr/local/bin/mergepbx
but using the entire path for--tool=
still gives the unknown merge tool.Adding the lines from the README to .gitattributes and .gitconfig did not change this
How do I proceed? I would have hoped brew would have informed me if there was a caveat to installing using homebrew...
The text was updated successfully, but these errors were encountered: