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 rename local branch
- How to check patch (dry-run) before applying it
- How to see difference between working directory and last commit
- How to delete all local branches which has been deleted on the remote
- How to remove specific remote branch locally
- Stash current changes without commit
- Remove an existing remote
- How to view diff with stashed files
- How to push local branch to a remote repository
See more codes...