如何在HEAD和暂存区域之间生成补丁(不提交)?
例如
echo text > some.file git add some.file git format-patch (what-the-sha?)..HEAD
我必须提交然后重置吗?
git patch
git ×1
patch ×1