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 many lines of code are there in a repo
- Remove an existing remote
- How to view diff with stashed files
- How to view project's short history
- How to view project's detailed history
- How to rename local branch
- How to clone ssh repository
- Stash current changes without commit
- How to untrack a file
See more codes...