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 rename local branch
- Remove an existing remote
- Make a new branch with uncommitted changes
- How to view project's short history
- How to delete last commit
- How many lines of code from specific author
- How to view diff with stashed files
- How to delete all local branches which has been deleted on the remote
See more codes...