In my experience the best way to stash the changes is like so:

sync the changes from your co-workers and afterward do stash-pop like so:

You may also perform these actions in the terminal:
git stashgit stash pop
In my experience the best way to stash the changes is like so:

sync the changes from your co-workers and afterward do stash-pop like so:

You may also perform these actions in the terminal:
git stashgit stash pop