标签: git
需要从存储创建补丁并在另一个分支上应用补丁。
尝试git format-patch -1 stash@{0} > P1.patch和git stash show -p > P1.patch
git format-patch -1 stash@{0} > P1.patch
git stash show -p > P1.patch
无法应用任何已创建的修补程序。 git am <或git apply
git am <
git apply