git stash show -p stash@{0}
Where 0
is the indexed location of the item in the stash. Find all items in the stash using:
git stash list
About: Curious programmer sharing byte-sized knowledge on dev.to. Passionate about Git, GCP, TypeScript, Next.js, and DevTools. Enjoys collaborating with others and leading by example.
git stash show -p stash@{0}
Where 0
is the indexed location of the item in the stash. Find all items in the stash using:
git stash list