I want to git commit a .sh file, but want it to be executable when I checkout that same file in another server.
Is there a way to do so without manually chmod u+x that file in the servers that checkout the file?
I want to git commit a .sh file, but want it to be executable when I checkout that same file in another server.
Is there a way to do so without manually chmod u+x that file in the servers that checkout the file?