gitHow to view stashed changes
Usage example
git stash show
output
test | 1 -
1 file changed, 1 deletion(-)
Related
More of Git
- How to rename local branch
- How to rename a branch
- How to undo "git add" before commit
- How to view project's short history
- How to view merge conflicts
- How to update forked repository from master
- How to merge branch to master
- How to remove specific remote branch locally
- How to list all commits
- How to untrack a file
See more codes...