• Acolyte of the Butterfly
    Acolyte of the Butterfly
    Posts: 138 from 2015/3/31
    I don't want make promotion for my tools ;)
    but exactly that was one reason I implemented a diff viewer to MCAmiga

    Code:

    git config diff.tool kompare


    and save that script as "c:kompare"
    Code:

    #!/bin/sh
    a=$1
    n="tmp:${a#/tmp/}"
    dh2:mcamiga/powerpc-morphos/mcamiga diff $n $2


    done

    now a "git difftool" should work
  • »12.11.20 - 21:55
    Profile Visit Website