git stash apply resolve conflict code example
Example: git stash pop resolve conflict
$ git stash pop
# ...resolve conflict(s)
$ git reset
$ git stash drop
$ git stash pop
# ...resolve conflict(s)
$ git reset
$ git stash drop