gitHow to view stashed changes
Usage example
git stash show
output
test | 1 -
1 file changed, 1 deletion(-)
Related
More of Git
- How to view project's short history
- How to undo "git add" before commit
- How to view project's detailed history
- How to rename local branch
- Remove an existing remote
- How to push local branch to a remote repository
- How to update forked repository from master
- How to push new tag
- How to abort conflicting merge
- How to rename a branch
See more codes...