Skip to content

Latest commit

 

History

History
6 lines (3 loc) · 145 Bytes

git-clean.md

File metadata and controls

6 lines (3 loc) · 145 Bytes

Remove untracked files from the working tree

git clean -i

-i or -- interactive means show what would be done and clean files interactively.