gitHow to view stashed changes
Usage example
git stash show
output
test | 1 -
1 file changed, 1 deletion(-)
Related
More of Git
- How to remove specific remote branch locally
- Make a new branch with uncommitted changes
- How to view project's short history
- How to view project's detailed history
- How to undo "git add" before commit
- How to push local branch to a remote repository
- How to see difference between working directory and last commit
- How to rollback to specific commit
- How to add all files to commit
- How to delete local tag
See more codes...