gpt4 book ai didi

git - 如何检查 stash 文件的源代码而不在 git 中 pop 它们?

转载 作者:太空狗 更新时间:2023-10-29 13:07:20 26 4
gpt4 key购买 nike

我在 git 中有一些 stash 文件,但我不想 git stash pop 它,因为有时它会提示 merge 消息,我不想为了查看源代码而进行 merge 在 stash 的文件中,有没有办法做到这一点?

最佳答案

假设您想要最新的 stash 条目,

git show stash@{0}:pathname

此语法的两个方面在其各自的手册页中进行了解释:

  • <rev>:<path> gitrevisions(7) 中解释了事情手册页(考虑完整地阅读它——它会教你一些方便的东西供以后使用)。
  • stash@{<n>} git-stash(1) 中解释了访问 stash 条目的语法手册页。

关于git - 如何检查 stash 文件的源代码而不在 git 中 pop 它们?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18832432/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com