mirror of
https://github.com/nsnail/NetAdmin.git
synced 2025-09-13 17:25:34 +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 |