How do I make Git ignore file mode (chmod) changes? May 3, 2021May 3, 2021 it;s too easy just use below command git config core.fileMode false after this the git will ignore file mode changes.