Git Stas Hauntracked Dateien
git stash --include-untracked
Sleepy Swan
git stash --include-untracked
git stash clear
git stash save -u "Message"
$ git statusOn branch mainChanges to be committed: new file: style.cssChanges not staged for commit: modified: index.htmlUntracked files: script.js$ git stash -uSaved working directory and index state WIP on main: 5002d47 our new homepageHEAD is now at 5002d47 our new homepage$ git statusOn branch mainnothing to commit, working tree clean