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 delete all local branches which has been deleted on the remote
- How to update forked repository from master
- How to list all revisions
- How to push new tag
- Remove an existing remote
- How to list all tags
- How to untrack a file
- Make a new branch with uncommitted changes
- How to list all commits
See more codes...