Shell & Command

git windows에서 파일 권한 변경하기

DS-9VM 2023. 2. 16. 13:53
728x90
$ git add run.sh
$ git update-index --chmod=+x run.sh

 

728x90