gitHow to view stashed changes
Usage example
git stash show
output
test | 1 -
1 file changed, 1 deletion(-)
Related
More of Git
- How to change branch
- How to rename a branch
- 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
- Remove an existing remote
- How to untrack a file
- How to rollback to specific commit
- How to get the repository (remote) url
See more codes...