
Usage: git stash save
This command temporarily stores all the modified tracked files.
Usage: git stash pop
This command restores the most recently stashed files.
Usage: git stash list
This command lists all stashed change sets.
Usage: git stash drop
This command discards the most recently stashed change set.
- Last updated 5 years ago
Be the first to leave a comment.
You must login to leave a comment