Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 195 Bytes

index.md

File metadata and controls

15 lines (10 loc) · 195 Bytes

git diff-all

For each diff, call difftool

Git alias:

diff-all = !"for name in $(git diff --name-only $1); do git difftool $1 $name & done"

Example:

git diff-all