Last active
December 3, 2024 13:37
-
-
Save eduavila/89361af84bfa89fbbe4ab6fa2b0a0d9f to your computer and use it in GitHub Desktop.
Configuração para git no linux.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
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