摘要: 常用 # 提交时转换为LF,检出时转换为CRLF git config --global core.autocrlf true # 提交时转换为LF,检出时不转换 git config --global core.autocrlf input # 提交检出均不转换 git config --glob 阅读全文
posted @ 2022-10-20 22:55 for13to1 阅读(29) 评论(0) 推荐(0)
摘要: Mastering CMake 阅读全文
posted @ 2022-10-20 21:58 for13to1 阅读(33) 评论(0) 推荐(0)