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
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
For further actions, you may consider blocking this person and/or reporting abuse
Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.
Peter Wan -
yukaty -
Ashwin Gopalsamy -
arjun -
Top comments (0)