git - Diff options

#Regular diff git difftool -y -x "diff -y -W $COLUMNS" | less #sdiff git difftool -y -x "sdiff -w $COLUMNS" | less #colordiff - https://www.colordiff.org/ git difftool -y -x "colordiff -y -W $COLUMNS" | less -R

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.