Answers for "gitignore file permission"

15

git ignore files modified by permission

git config core.fileMode false
Posted by: Guest on April-30-2020
7

git ignore permission changes

# local project
git config core.fileMode false

# global user homespace
git config --global core.fileMode false
Posted by: Guest on February-16-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language