Created
February 13, 2020 11:08
-
-
Save BoZenKhaa/99736a97d903c890146c571d372a2f9c to your computer and use it in GitHub Desktop.
Git
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
#!/usr/bin/env bash | |
# https://www.cylindric.net/git/force-lf | |
git config core.eol lf | |
git config core.autocrlf input | |
git config --global core.eol lf | |
git config --global core.autocrlf input |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment