如何设置 git 来签出一些文件 crlf,其他文件 lf?
我有一个 git 存储库,其中包含(除其他外)*.wse
文本文件和 *.sh
文本文件。如何设置 git 始终签出带有 CRLF
行结尾的 *.wse
文件和带有 LF
的 *.sh
文件> 行结尾?
I have a git repository which contains (among others) *.wse
text files and *.sh
text files. How can I setup git to always checkout *.wse
files with CRLF
line endings and *.sh
files with LF
line endings?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 gitattributes 文件指定例如
Use a gitattributes file to specify e.g.