سؤال

From old thread: How do I make Git ignore file mode (chmod) changes?

It seems to me that I need to do on every repository, right? Is it possible to set in my own ~/.gitconfig?

هل كانت مفيدة؟

المحلول

It seems to be a bug, because running git config --global core.fileMode false doesn't work, but git config core.fileMode false or git config --global core.filemode false both do.

So pick one of those.

My git --version is git version 1.7.10.4

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top