Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我隐藏了我的更改,因为我不得不拉。但是,在我关闭笔记本电脑之前,我忘了弹出我的更改。我尝试了该命令git stash list以查看我的隐藏更改是否存在,但我找不到它。我怎样才能找回它?请帮忙。提前致谢。
git stash list
要应用最近推送的存储,请使用:
git stash apply