# Configuring Git to Ignore File Mode Changes Git will complain if you change the file mode on MacOS / Linux (e.g. to set +x on build scripts). To ignore file mode changes set the following: ```bash git config --global core.fileMode false ```