gitHow to view stashed changes
Usage example
git stash show
output
test | 1 -
1 file changed, 1 deletion(-)
Related
More of Git
- How to undo "git add" before commit
- How to remove specific remote branch locally
- How to see difference between working directory and last commit
- How to view diff with stashed files
- How to unstash changes
- How to rollback to specific commit
- How to delete remote branch
- How to view project's short history
- How to rename local branch
- Remove an existing remote
See more codes...