git stash save untracked code example
Example 1: git stas hauntracked files
git stash --include-untracked
Example 2: git stash clean command
git stash clear
Example 3: git stash save untracked
git stash save -u "Message"
Example 4: how to get stashed on git
git stash pop