git stash
git stash list
stash@{0}: WIP on main: 55e570e feat : add a b c yaml
git stash pop stash@{0}
评论