Files
memoir/content/git/clean.md
2025-09-06 19:19:45 +02:00

277 B

tags
tags
git
clean
gitignore
delete

Delete all files mentioned by .gitignore

This command is useful if you want to reset a repository to it's checked out state.

git clean -Xdf

Original SO Link