Skip to content
  • Robin Candau's avatar
    feat(repo): add repo clean command to remove untracked files · a46b2d4f
    Robin Candau authored and Levente Polyak's avatar Levente Polyak committed
    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
    a46b2d4f