Show all stashes in git log

后端 未结 7 2060
一个人的身影
一个人的身影 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:20

    You can show all your stashes with git stash list. Maybe you can write a script to show both git stash list and git log and use it with an alias.

提交回复
热议问题