Skip to content
Snippets Groups Projects
Verified Commit a46b2d4f authored by Robin Candau's avatar Robin Candau Committed by Levente Polyak
Browse files

feat(repo): add repo clean command to remove untracked files

This introduces the `pkgctl repo clean` command which removes every
untracked files from local package repositories (via `git clean`).

The usage is as simple as `pkgctl repo clean [OPTION] [PATH]` (where
"[PATH]" can be equal to a wildcard "*").

Component: pkgctl repo clean
parent e828111f
No related branches found
Tags 20200108
1 merge request!250feat: introduce the pkgctl repo clean command (which removes untracked files from package repositories)
Pipeline #98093 passed