Which command safely sets aside the current work, including the untracked feature files?
git stash -u
git stash
git stash clear
git stash list