git stash save untracked

C++
git stash --include-untrackedgit stash cleargit stash pop
git stash save -u "Message"
Source

Also in C++: