Is there a way to tell when a stash was created?
git stash list
only lists the stashes, and git stash show XXXXXX
shows all the files and changes, but not the date of the stash creation.
Is there a way to tell when a stash was created?
git stash list
only lists the stashes, and git stash show XXXXXX
shows all the files and changes, but not the date of the stash creation.