Skip to content

Instantly share code, notes, and snippets.

@lhuria94
Created March 29, 2018 07:51
Show Gist options
  • Save lhuria94/4def2ce751b2556bc7462a4ca5fdf04b to your computer and use it in GitHub Desktop.
Save lhuria94/4def2ce751b2556bc7462a4ca5fdf04b to your computer and use it in GitHub Desktop.
How do I remove files saying “old mode 100755 new mode 100644” from unstaged changes in Git?

Vá até o seu repositório e execute

git config core.filemode false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment