Skip to content

Instantly share code, notes, and snippets.

@kowey
Created July 23, 2013 13:28
Show Gist options
  • Select an option

  • Save kowey/6062342 to your computer and use it in GitHub Desktop.

Select an option

Save kowey/6062342 to your computer and use it in GitHub Desktop.
[difftool]
prompt = false
[difftool "opendiff-pause"]
cmd = git-diff-cmd.sh "$LOCAL" "$REMOTE"
#!/bin/bash
/usr/bin/opendiff $@
echo "Press a key when done with diff..."
read
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment