git stash apend changes code example
Example 1: git stas hauntracked files
git stash --include-untracked
Example 2: stash clear list
git stash clear // to clear the whole list
git stash --include-untracked
git stash clear // to clear the whole list