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
- How to view project's detailed history
- How to update forked repository from master
- How to merge branch to master
- How to delete last commit
- How to list not yet pushed commits
- How to uncommit last commit but keep changes
- How to delete all local branches which has been deleted on the remote
- How to view diff with stashed files
See more codes...