我应该使用git-send-email命令向社区发送补丁。我不知道如何正确使用它。我必须发送大约5个补丁到linux无线邮件论坛。我需要先通过git提交代码,然后使用git-send-email发送邮件吗?我还应该把一封求职信沿着这封信一起寄出去。不知道求职信是什么意思,也不知道该怎么做。有人能帮帮我吗?
9o685dep1#
1.完成你的分支
git format-patch
format-patch --cover-letter --output-directory patches \ --thread=shallow main..branch-name
git send-email patches
1条答案
按热度按时间9o685dep1#
1.完成你的分支
git format-patch
:例如:git send-email patches