git apply stash changes code example
Example 1: git stash apply item
git stash apply stash@{index}
Example 2: 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