Say you have a folder within a git repo that's excluded with a ignore file a.txt b.txt
The files are regenerated by an application on the fly and won't ever be included to the repo. I would like to diff the text between a.txt and b.txt using the git command line for windows. I just have installed git, and I prefer to keep it like that Is there a command that performs this task?
Thank you