I tried doing
git diff 13.1_dev sale_edit > patch.diff
Then I tried doing git apply patch.diff in another branch, but I got pa
git apply patch.diff
Here you have to try it with the branch you have diff with.
git diff 13.1_dev sale_edit > patch.diff yourBranch()