old mode 100755 - new mode 100644 7 April 2025 git git-gui How do I remove files from unstaged changes in Git? ... old mode 100755 new mode 100644 ... Solution Just tell Git to ignore the filemode change: git config core.filemode false