📜  git view stash - Shell-Bash 代码示例

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

代码示例2
git stash list
# stash@{0}: WIP on (no branch): 990d130 Update process model to hanle more graciously seq with no registration
# stash@{1}: WIP on master: 82bfc86 Fix residual conflict in dev project
# stash@{2}: WIP on master: 90e640d Merge branch 'master' of ...

git stash show -p stash@{0}