📜  git stash pop 解决冲突 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:45.164000             🧑  作者: Mango

代码示例1
$ git stash pop

# ...resolve conflict(s)

$ git reset

$ git stash drop