Created
September 25, 2017 08:36
-
-
Save dailc/422c24be53e605504f605c29d02a6a96 to your computer and use it in GitHub Desktop.
[git小技巧] git操作小技巧 #tags:git
This file contains 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 for windows会自动替换LF 和CRLF的bug | |
```js | |
git config --global core.autocrlf false | |
``` | |
如上设置后,不会再自动替换了 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment