CopyCommandCopyCommand
Default

git clean -fd

Summary

Deletes all untracked files and folders.

Command

Windows PowerShell

Run in PowerShellWindows PowerShell
git clean -fd

This can delete files or discard work.

Related commands