861dbee3b0 | ||
---|---|---|
.. | ||
commit_msg_template.txt | ||
readme.md | ||
run.cmd | ||
run.sh |
readme.md
提交模板配置
Windows Fork
Windows 版本的 Fork 提供了提交模板 (commit message template)功能,配置步骤如下
git 配置文件
- 拷贝仓库
scripts\git\commit_msg_template.txt
文件到当前用户根目录下C:\Users\[用户名]\.commit_msg_template.txt
- 配置 git 全局配置文件
C:\Users\[用户名]\.gitconfig
(此文件为隐藏文件) - 更新 commit 配置项
[commit]
template = /Users/argo/.commit_msg_template.txt
注意原始文件不是 . 开头拷贝到跟目录下为 . 开头文件名(点号开头文件默认为隐藏文件)
Fork 配置步骤
- 打开要配置的仓库
- 点击菜单栏第二个 仓库 菜单(Repository)
- 下拉菜单中选中最后一个菜单项 仓库设置 子菜单(Settings for this repository)
- 切换到 提交模板 面板(Commit Template)
- 勾选使用 全局配置文件 (Use global git configuration file)
下面的文本框内即出现提交模板内容