Add

Adds the specified files on the next commit.

Examples:

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

$addCmd = Factory::createAdd();
$addCmd->execute();