Need to create a patch from stash and apply the patch on another branch.
Tried git format-patch -1 stash@{0} > P1.patch
and also git stash show -p > P1.patch
Unable to apply either of the patches created. git am <
or git apply
Need to create a patch from stash and apply the patch on another branch.
Tried git format-patch -1 stash@{0} > P1.patch
and also git stash show -p > P1.patch
Unable to apply either of the patches created. git am <
or git apply