Skip to content

Instantly share code, notes, and snippets.

@eduavila
Last active December 3, 2024 13:37
Show Gist options
  • Save eduavila/89361af84bfa89fbbe4ab6fa2b0a0d9f to your computer and use it in GitHub Desktop.
Save eduavila/89361af84bfa89fbbe4ab6fa2b0a0d9f to your computer and use it in GitHub Desktop.
Configuração para git no linux.
#
git config core.filemode false
git config --global core.autocrlf false
git config --global core.safecrlf false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment