Skip to content

Instantly share code, notes, and snippets.

@dailc
Created September 25, 2017 08:36
Show Gist options
  • Save dailc/422c24be53e605504f605c29d02a6a96 to your computer and use it in GitHub Desktop.
Save dailc/422c24be53e605504f605c29d02a6a96 to your computer and use it in GitHub Desktop.
[git小技巧] git操作小技巧 #tags:git
## 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