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 see difference between working directory and last commit
- Stash current changes without commit
- How to push new tag
- How to rename local branch
- How to list all revisions
- How to add tag to repo
- How many lines of code are there in a repo
See more codes...