Export stash as patch file
It would be nice to be able to export a stash to a patch file from the GitKraken UI.
In the stash context menu, add an new menu item "Export Stash". When clicked, a patch file is generated in the repo root directory, the name of the output file is the stash name.
For now, I do it with the git cli : "git stash show "stash@{0}" -p > ~/Desktop/mystash.patch".
Related to https://feedback.gitkraken.com/suggestions/189886/support-patch-files