Skip to content

How to set Git to ignore chmod changes

NofarGizra edited this page Dec 10, 2013 · 4 revisions

If you want a git repository to ignore permission changes (chmod), type the following code into the Terminal while inside the git repository:

git config core.filemode false
Clone this wiki locally