sh 为单个存储库设置git commit author

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh 为单个存储库设置git commit author相关的知识,希望对你有一定的参考价值。

git config user.name "ShapeShift-Public"
git config user.email "mail@hshapeshift.io"

https://help.github.com/articles/setting-your-username-in-git/#setting-your-git-username-for-a-single-repository

以上是关于sh 为单个存储库设置git commit author的主要内容,如果未能解决你的问题,请参考以下文章

单个目录指向多个git存储库

sh 设置Sublime Text以在git commit消息为空时打开(Win​​dows)

在 Git Commit 中仅克隆新上传的文件

sh 设置文件上次修改时间以匹配它的git commit timestamp

sh 将子目录从Git存储库分离为单独的存储库

将 SVN 主干中的每个目录转换为不同的 GIT 存储库