gitHow to view stashed changes
Usage example
git stash show
output
test | 1 -
1 file changed, 1 deletion(-)Related
More of Git
- How to list all commits
- How to push new tag
- How to view project's short history
- How to view project's detailed history
- How to undo "git add" before commit
- How to rename local branch
- How to delete all local branches which has been deleted on the remote
- How to push local branch to a remote repository
- How to remove specific remote branch locally
- How many lines of code from specific author
See more codes...