I have a file foo
with permissions 0644 in a repo, already pushed and I would like to change it to 0600.
When I change it locally, git doesn't seem to detect this change. Why?
Thanks
EDIT: I have filemode = true
in my git config
I have a file foo
with permissions 0644 in a repo, already pushed and I would like to change it to 0600.
When I change it locally, git doesn't seem to detect this change. Why?
Thanks
EDIT: I have filemode = true
in my git config