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
Farhat Sharif -
Safdar Ali -
Craigory Coppola -
Benoit COUETIL 💫 -
Top comments (0)