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 view project's detailed history
- How to view project's short history
- How to exit git log
- How to rename local branch
- How to add all files to commit
- How to list all commits
- How to update forked repository from master
- How to unstash changes
- How to check patch (dry-run) before applying it
See more codes...