I am using Git with Source tree. How can I make sure all my current stashes from my feature branch are not deleted, after uninstalling Source tree? I don't know if they are kept on the server or my local machine, where do I check that?
My guess is the stashes will be kept because Source tree is just a GUI ... right?
For applying my local stashed changes on another PC I could create a patch (Actions-Create patch) from Source Tree, or do you have other ideas?