Change github diff to be side by side comparison?

后端 未结 6 1636
醉酒成梦
醉酒成梦 2020-12-30 19:22

For github web browsing, it is not shown as side by side as lots of diff tool does. Can I change the diff mode to side by side? I mean on the github web.

6条回答
  •  粉色の甜心
    2020-12-30 20:06

    Not git diff, but you can use git difftool, which will call appropriate utility for your platform to do just what you are asking for.

    For example, in Linux it will call meld by default, which is very nice tool. git difftool knows about quite a few diffing utilities, but you can also configure it to call your own.

提交回复
热议问题