How to stash changes

$ git stash

Command
git
Description
Stash the changes in a dirty working directory away.
Deep Dive
Use `git stash pop` to restore the changes.
Related
stash-pop