AddremoveΒΆ

Adds all new files and delete all missing files.

Examples:

1
2
3
4
use Siad007\VersionControl\HG\Factory;

$addremoveCmd = Factory::createAddremove();
$addremoveCmd->execute();