I definded this wrapper script ~/bin/git-ydiff-s:
#!/bin/sh git diff "$@" | ydiff -s --wrap --width=0
I definded this wrapper script ~/bin/git-ydiff-s:
with which you can do `git ydiff-s` in your repos easily.