新的打patch的方式:
git format-patch -1 +commit Id
git am
push命令:
git push origin HEAD:refs/heads/AMT/project/branch_name
新版Git补丁与推送流程
本文介绍了一种新的Git工作流程,包括使用`git format-patch -1 + commitId`来创建补丁文件,通过`git am`命令应用补丁,以及利用`git push origin HEAD:refs/heads/AMT/project/branch_name`命令推送更新到远程仓库。
git format-patch -1 +commit Id
git am
git push origin HEAD:refs/heads/AMT/project/branch_name

被折叠的 条评论
为什么被折叠?