gitHow to view stashed changes
Usage example
git stash show
output
test | 1 -
1 file changed, 1 deletion(-)
Related
More of Git
- How to view project's detailed history
- Remove an existing remote
- How to compare two branches
- How to rename local branch
- How to update forked repository from master
- How to see difference between working directory and last commit
- How to untrack a file
- How to unstash changes
- How to undo "git add" on all files before commit
- How to show current branch
See more codes...