I have some files in GIT which have -rwxr-xr-x permissions.
I need to change it to 640 (rw-,r--,---)
I run chmod 640
But when I run git diff or git commit, these file permission changes are not shown or committed.
How can I perform the above? Please help.