Konflik Git Stash Pop Resolve
$ git stash pop
# ...resolve conflict(s)
$ git reset
$ git stash drop
Thoughtful Toad
$ git stash pop
# ...resolve conflict(s)
$ git reset
$ git stash drop