gpt4 book ai didi

git - 获取 git stash 父提交

转载 作者:太空狗 更新时间:2023-10-29 14:47:51 25 4
gpt4 key购买 nike

有没有办法检索最初创建存储的提交?

当使用默认命令 git stash 创建存储时,原始提交保存在存储消息中,所以它通常看起来像:

stash@{0}: WIP on master: abc123 This is the message of some commit.

但是,如果使用 git stash save 'a stash message',提交不会出现在存储列表中:

stash@{1}: On master: my own message

那怎么找回呢?

最佳答案

我说

git log -1 commitish^

例如

git log -1 stash@{0}^

否则,

git log -g --no-walk --parents refs/stash

关于git - 获取 git stash 父提交,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16071720/

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