Compare two files directly, even if they are outside a Git repository.
First file path.
Second file path.
await git.diffFiles("a.txt", "b.txt") Copy
await git.diffFiles("a.txt", "b.txt")
0.2.0
Compare two files directly, even if they are outside a Git repository.