Problem Statement
Which command saves tracked modifications and clears your working tree?
Explanation
`git stash` (or `git stash push`) stores current tracked changes and resets the worktree.
Practice Sets
This question appears in the following practice sets:
