git stashing untracked files code example
Example 1: git stas hauntracked files
git stash --include-untracked
Example 2: git stash save untracked
git stash save -u "Message"
git stash --include-untracked
git stash save -u "Message"