Git: Change file permissions
| #git
git ls-tree HEAD
get access rights for the scriptgit update-index --chmod=+x script.sh
change permissions rights
| #git
git ls-tree HEAD
get access rights for the scriptgit update-index --chmod=+x script.sh
change permissions rights