tool-skills/git-config/README.md
fnzhang 71cf9e8cc2 feat(git-config): 新增推荐 .gitattributes(换行符/编码属性模板)
从文档站《Git for Windows》笔记的代码块提取,供直接下载/引用。

Co-Authored-By: Claude <noreply@anthropic.com>
2026-07-28 18:42:48 +08:00

12 lines
432 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# git-config
跨平台 Git 配置模板。
## .gitattributes
推荐的 `.gitattributes` 换行符EOL与编码配置示例`text` / `eol` / `working-tree-encoding` 属性说明与匹配优先级注释。
- 查看:[.gitattributes](.gitattributes)
- 原始内容(可直接下载):[raw](/gits/fnzhang/tool-skills/raw/branch/main/git-config/.gitattributes)
背景说明见文档站笔记《Git for Windows》。