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进行了更改,然后使用 获取更新git stash pop,但gitk仍然显示隐藏的版本,获取更新的正确方法是什么?
git stash
git stash pop
gitk
检查你的藏匿处:
git stash show -p
很确定你很好,但值得一试。只要你在同一个分支上做就没有问题。