I am working on a java project but some output saved as csv file also tracked in the git. Sometimes the csv file changed completely so that the diff was very large. How to show java files diffs when using git show
?
Use the following syntax;
git show -- '*.java'