Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 268 Bytes

init.rst

File metadata and controls

15 lines (10 loc) · 268 Bytes

Init

Creates a new repository in the given directory.

Examples:

use Siad007\VersionControl\HG\Factory;

$initCmd = Factory::createInit();
$initCmd->setDestination('/path/to/destination');
$initCmd->execute();