Ilya Kozlov
planned
Max Ignatyev
under review
Max Ignatyev
Hi Caleb, currently your local changes are being automatically stashed when you switch branches. Can you please tell me more about your use case?
Max Ignatyev
Caleb Stauss, would you mind providing me with a bit more context on how you see stashing in Versions? Thanks!
k.ando
Max Ignatyev: For me, this is when I'm working on multiple branches and one user commits and merges their changes to the master and when the other user tries to pull the latest from the master, Versions require us to discard or commit the changes, but when I want to preserve the changes without committing the changes, there's no way to do that for now. Or maybe I can just copy paste my file elsewhere and just copy paste the artboards changed afterwards?
Max Ignatyev
k.ando: Hey, sorry for the delayed reply. Do I get you right and you want to pull changes from master into a working branch while you have local modifications in a branch?
k.ando
Max Ignatyev:
That's correct. In Github, when you want to pull changes from the master you can stash changes(temporarily delete the local changes) and then apply the local changes with git pop after you've pulled changes from the master.