on your active directory workspace which project you're working on, see the correct stash you wanna export to applied on another computer
Stash current changes
- git > Stash > Stash (Include Untracked)
git stash show "stash@{index_number like: 0, 1 or 2}"
the index number would be different on your compouter, in normal situation the changes which freshly stashed will be on index 0 (zero) after sure that the file changes is correct then you're ready to write those changes on files.