Published
- 1 min read
view git stash without applying
The solution for this is noted below
view git stash without applying
Solution
git stash show -p stash@{1}
Try other methods by searching on the site. That is if this doesn’t work
Published
- 1 min read
The solution for this is noted below
git stash show -p stash@{1}
Try other methods by searching on the site. That is if this doesn’t work