gitHow to view stashed changes
Usage example
git stash show
output
test | 1 -
1 file changed, 1 deletion(-)Related
More of Git
- How to list all commits
- How many lines of code from specific author
- How to view project's detailed history
- How to undo "git add" before commit
- How to view project's short history
- How to see difference between working directory and last commit
- How to rename local branch
- How to untrack a file
- How to unstash changes
- How to rename a branch
See more codes...