git index stash workspace local repository code example
Example 1: git stas hauntracked files
git stash --include-untracked
Example 2: how to get stashed on git
git stash pop or
git stash apply
git stash --include-untracked
git stash pop or
git stash apply