Stash local Git changes in a temporary area.
git stash save {{optional_stash_name}}
git stash save -u {{optional_stash_name}}
git stash list
git stash pop
git stash apply {{stash_name}}
git stash drop stash@{index}