git what does stash all including untracked mean code example
Example 1: git stash apply item
git stash apply stash@{index}
Example 2: git save to stash
git stash save "name to describe stashed content"
git stash apply stash@{index}
git stash save "name to describe stashed content"