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
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).