April 2025posted on 04.01.2025Show contents of Git stash To show list of files in the most recent Git stash: git stash show To show the diff: git stash show -p To show content of nth most recent stash: git stash show -p stash@{n} No reactions yet
Show contents of Git stash
To show list of files in the most recent Git stash:
To show the diff:
To show content of nth most recent stash: