Skip to content

Instantly share code, notes, and snippets.

@horimislime
Created April 15, 2012 08:59
Show Gist options
  • Save horimislime/2391243 to your computer and use it in GitHub Desktop.
Save horimislime/2391243 to your computer and use it in GitHub Desktop.
過去のコミットとの差分をlatexdiffで出力する設定
[difftool.latex]
cmd = ~/bin/git-latexdiff "$LOCAL" "$REMOTE"
[difftool]
prompt = false
[alias]
ldiff = difftool -t latex
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment