mirror of
https://github.com/nsnail/NetAdmin.git
synced 2025-04-22 06:02:52 +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 |