When I do a git pull, some Xcode tabs lose the file they were editing. I'm using the option in Fork to stash modified files and apply the stash after pulling. Xcode didn't used to have this problem, and it's driving me nuts.

The only workaround I can think of has been to close the Xcode project and reopen it after pulling, which is utterly ridiculous, not to mention a pain in the ass. Is there a better way?

@cocoadog do you use the Xcode "integrate" menu command for the pull? I try not to run git in the termnal on open projects.
@glotcha Using Xcode to do git pulls seemed to do the trick. Thanks, Neil, for restoring a little sanity to my workday.
@cocoadog no worries, I only really use Xcode to interact with git, one less tool to know - also good for sanity :)