feat(git-config): 新增推荐 .gitattributes(换行符/编码属性模板)

从文档站《Git for Windows》笔记的代码块提取,供直接下载/引用。

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
fnzhang 2026-07-28 18:42:48 +08:00
commit 71cf9e8cc2
3 changed files with 95 additions and 0 deletions

View file

@ -7,3 +7,8 @@
- [install-my-git-bash](my-git-bash/SKILL.md) — 在 Windows Git Bash 上安装 xnng/my-git-bash 终端美化与工具集mintty 主题 / git 提示符 / tmux / tree / Powerline 字体 / alias按用户偏好安全增量安装。
- [install-wsl2-ubuntu](wsl2-ubuntu/SKILL.md) — 在 Windows 11 上启用 WSL2 并安装 Ubuntu 22.04国内网络实测路径DISM 启用功能 + GitHub MSI 经 ghfast 镜像装运行时 + 清华镜像下 rootfs + wsl --import附 NDK r16b 交叉编译环境)。
## 配置模板
- [git-config](git-config/) — 跨平台 Git 配置模板,含推荐的 `.gitattributes`(换行符 / 编码属性 + 匹配优先级注释)。