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 list all revisions
- How to commit
- How to view project's detailed history
- Remove an existing remote
- How to unstash changes
- How to list not yet pushed commits
- How to delete repository
- How to check patch (dry-run) before applying it
See more codes...