git注意事项

git stash apply stash@{1}

 

在PowerShell上无法正常识别,需要返单引号进行转译,即git stash apply stash@`{1`}

git stash apply stash@`{1`}

 

posted @ 2021-11-24 09:45  好吃么  阅读(20)  评论(0)    收藏  举报