git save stash changes code example
Example 1: how to stash changes git
$ git stash
Saved working directory and index state WIP on master:
2dfe283 Implement the new login box
HEAD is now at 2dfe283 Implement the new login box
Example 2: git save to stash
git stash save "name to describe stashed content"