Show all stashes in git log

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

    If you can afford having a graphical GUI, take a look at gitk.

    It shows you branches, tags, remote branches stashes etc. In a visually not appealing, but very compact and useful form. It usually comes along with "git" package in your package manager and works if you also have "tk" (the GUI toolkit it uses).

提交回复
热议问题