gpt4 book ai didi

git - 如何为特定提交获取 "git log"补丁

转载 作者:IT王子 更新时间:2023-10-29 01:18:54 26 4
gpt4 key购买 nike

如果我有一个尚未推送到源的提交哈希,我如何才能仅为该提交生成一个补丁。我想使用 git log -p --no-names 但看不到用于传递特定提交哈希的开关。我应该使用不同的 git 命令吗?

最佳答案

对于 git 日志补丁:

git log -p -1 <commit>

你应该使用 git format-patch 作为补丁:

git format-patch -1 <commit>

http://www.kernel.org/pub/software/scm/git/docs/git-format-patch.html

关于git - 如何为特定提交获取 "git log"补丁,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5891531/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com