public static void Init(string path, bool bare) { Repository.Init(path, bare); }
public static void Init(string path) { Repository.Init(path); }