mountGit abstract method
Mounts git repository url onto target (<node>:<remote-path>).
Implementation
Future<MountRecord> mountGit({
required String url,
required String target,
String? name,
String? branch,
int? depth,
bool rw = false,
});