fn init_vcs(path: &Path, vcs: VersionControl, config: &Config) -> CargoResult<()>
Expand description
Initializes the correct VCS system based on the provided config.
fn init_vcs(path: &Path, vcs: VersionControl, config: &Config) -> CargoResult<()>
Initializes the correct VCS system based on the provided config.