GIT更改文件扩展名

时间:2017-10-31 17:02:07

标签: git

如果文件扩展名不符合命名约定(扩展名需要在upperCase /并且必须是.PSK或.PBK),我正在使用post receive hook来停止提交,我面临的问题是:当我通过

将test.txt更改为test.PSK
git mv -f test.txt test.PSK
git commit --amend
git push -u origin master

GIT无法识别扩展名已更改且挂钩返回相同的错误。因为git commit --amend知道test.txt已被删除,并且有一个新文件test.PSK

0 个答案:

没有答案