Stash local Git changes in a temporary area
git stash {{optional_stash_name}}
git stash -u {{optional_stash_name}}
git stash list
git stash pop
git stash apply {{stash_name}}