Merging files in Sublime with Sublimerge via command line

前端 未结 4 994
栀梦
栀梦 2021-01-02 00:08

I\'m trying to find a better merge file option and wanted to try out Sublime as of my work is done using it. so I installed Sublimerge and now am stuck. I know I can compare

4条回答
  •  一向
    一向 (楼主)
    2021-01-02 00:55

    I'm not sure exactly how to do it, but I'm getting closer.

    First, you need a handy path to the Sublime binary:

    mkdir ~/bin
    ln -s "/Applications/Sublime Text 2.app/Contents/SharedSupport/bin/subl" ~/bin/subl
    

    Then, in your git GUI or git command line, configure ~/bin/subl as your merge tool.

    I use Source Tree, and I haven't figured exactly how to best use Sublimerge, but I managed to open both versions, merge them, and then I have to do a bit of manual work.

    Still not smooth, but better than nothing!

提交回复
热议问题