我正在寻找从最后一次提交创建补丁的神奇命令。
我的工作流程有时看起来像这样
vi some.txt
git add some.txt
git commit -m "some change"
现在我只想写
git create-patch-from-last-commit-to-file SOME-PATCH0001.patch
但是我应该放在那里而不是create-patch-from-last-commit-to-file
什么呢?
为特定提交生成git补丁的
—
manojlds 2012年