防止 WSL 下 git 显示所有文件修改过
如果常在 Windows 下使用 git,则修改 WSL 中 git 设置:
git config --global core.autocrlf input
如果常在 WSL 中使用,则修改 Windows 默认设置:
git config --global core.autocrlf false
All articles in this blog are licensed under CC BY-SA 4.0 unless stating additionally.
Comment