How to Set Git to Ignore Chmod Changes
I don’t know the reason, but when I run vagrant provision
then file mode will be changed.
These changes shouldn’t be committed for me.
git config --global core.fileMode false
I don’t know the reason, but when I run vagrant provision
then file mode will be changed.
These changes shouldn’t be committed for me.
git config --global core.fileMode false