vscode git stash apply stash@{1}不生效

解决办法

在stash@{1}前后加上引号

git stash apply “stash@{1}“

即可成功恢复指定的stash

你可能感兴趣的:(git)