gitHow to view stashed changes
Usage example
git stash show
output
test | 1 -
1 file changed, 1 deletion(-)
Related
More of Git
- How to undo "git add" before commit
- How to delete all local branches which has been deleted on the remote
- How to view project's short history
- How to view project's detailed history
- Remove an existing remote
- How many lines of code from specific author
- How to rename local branch
- How to compare two branches
- How reset all local changes
- How many lines of code are there in a repo
See more codes...