Automatically apply “git update-index --chmod=+x” to executable files

后端 未结 6 703
Happy的楠姐
Happy的楠姐 2020-11-29 19:53

I frequently add bash scripts to my git repository, and the scripts have executable permissions in the linux filesystem prior to the git add. But after pushing

6条回答
  •  既然无缘
    2020-11-29 20:34

    I just added thru' Tortoise Git folder update. Right click on all files and update the execute permission checkbox to true and commit/push with message. Git Command line add/commit should also work.

提交回复
热议问题