Show all stashes in git log

后端 未结 7 2136
一个人的身影
一个人的身影 2021-01-31 07:27

I would like to see all stashes in git log output. Does anyone know if there is a way to do that?

Edit: I want to log all commits. I use the command

7条回答
  •  轮回少年
    2021-01-31 08:05

    Not sure what you mean. stash is a branch and you can list all stashes with git log -g stash.

提交回复
热议问题