Skip to content

Instantly share code, notes, and snippets.

@mallipeddi
Created June 4, 2010 18:40
Show Gist options
  • Select an option

  • Save mallipeddi/425783 to your computer and use it in GitHub Desktop.

Select an option

Save mallipeddi/425783 to your computer and use it in GitHub Desktop.
#!/bin/sh
LOCAL=$1
REMOTE=$2
BASE=$3
araxiscompare -nowait -2 "$LOCAL" "$REMOTE"
[diff]
tool = araxisgitdifftool
renames = true
[difftool "araxisgitdifftool"]
cmd = araxisgitdifftool.sh "$LOCAL" "$REMOTE" "$BASE"
[difftool]
prompt = false
[mergetool "araxismergetool"]
cmd = araxiscompare -3 -merge -wait $LOCAL $BASE $REMOTE $MERGED
[merge]
tool = araxismergetool
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment