1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.zh/common/git-coauthor.md

336 B

git coauthor

为最新提交添加共同作者(会重写 Git 历史,下次推送需使用 --force 选项)。 属于 git-extras一部分。 更多信息:https://github.com/tj/git-extras/blob/master/Commands.md#git-coauthor.

  • 为最新提交添加共同作者:

git coauthor {{作者姓名}} {{作者邮箱}}