banga / git-split-diffs

Syntax highlighted side-by-side diffs in your terminal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature Request] Support diff two local files directly not in git repository

fengzilong opened this issue · comments

commented
git-split-diffs oldfile newfile

If would be convenient if git-split-diffs could support this

you can do this using git:

git diff --no-index file1.txt file2.txt

so if you have git-split-diffs set up to work with git, this will show you a nicer diff

commented

Thanks, nice tips