I created a shellscript file and pushed on a git remote repository.
The shellscript file is not executable by givern permission, so I changed file permission on a local and pushed it on the remote repository.
The problem is, the changed permission for the file is not applied at all, but to the file on the local repository, YES.
My question is "How to change a file status on git remote repository?"
Cheers