gitHow to view stashed changes
Usage example
git stash show
output
test | 1 -
1 file changed, 1 deletion(-)Related
More of Git
- How to delete all local branches which has been deleted on the remote
- How to see difference between working directory and last commit
- How to view project's detailed history
- How to view diff with stashed files
- How to undo "git add" before commit
- Stash current changes without commit
- Make a new branch with uncommitted changes
- How to untrack a file
- How to unstash changes
See more codes...