0

I git stash my changes, then I pick the updates up using git stash pop, but the gitk still shows the stashed version, what is the right way to pick up the updates?

SQB
  • 3,926
  • 2
  • 28
  • 49
user2131316
  • 3,111
  • 12
  • 39
  • 53

1 Answers1

0

Check your stash:

git stash show -p

Pretty sure you're fine, but worth a check. As long as you do it on the same branch it's no problem.

Watercolours
  • 393
  • 1
  • 3
  • 19