mirror of
https://github.com/nsnail/NetAdmin.git
synced 2025-10-14 13:42:26 +08:00
4 lines
145 B
Batchfile
4 lines
145 B
Batchfile
git config --local core.eol lf
|
|
git config --local core.autocrlf false
|
|
git config --local core.longpaths true
|
|
git config --local pull.rebase false |