git format-patch -M master //当前分支所有超前master的提交
git format-patch -s SHA值 //此SHA值提交以后的所有PATCH
git format-patch -1 SHA值 //此SHA值的提交patch
git format-patch -n //从master售前n个提交的内容
git format-patch -n SHA值 //从SHA值开始(含SHA值当次)之前的N次提交
git format-patch -M master //当前分支所有超前master的提交
git format-patch -s SHA值 //此SHA值提交以后的所有PATCH
git format-patch -1 SHA值 //此SHA值的提交patch
git format-patch -n //从master售前n个提交的内容
git format-patch -n SHA值 //从SHA值开始(含SHA值当次)之前的N次提交
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。