I would like to see all stashes in git log output. Does anyone know if there is a way to do that?
git log
Edit: I want to log all commits. I use the command
Not sure what you mean. stash is a branch and you can list all stashes with git log -g stash.
git log -g stash