Reputation: 20916
I'm using GIT and when I issue - git status, I get a list of files..
Im trying to find the difference for one of the file using
git diff file1.py
but just get the following,
old mode 100644
new mode 100755
Why doesn't it show any difference?
Upvotes: 0
Views: 67