I am trying to give permission 400 to a file on git and try to commit the same. But is trying to commit with permssions as " create mode 100644 "
Is it possible to commit file with 400 permissions in git or should I git clone and handle permission change in my code