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 to view project's short history
- How to list all tags
- How to view project's detailed history
- How to undo "git add" before commit
- How to list not yet pushed commits
- How to rename local branch
- Remove an existing remote
- How to rename a branch
- Stash current changes without commit
See more codes...