pub fn fork_remote<G, S>( proj: RepoId, remote: &PublicKey, signer: &Device<G>, storage: S, ) -> Result<(), ForkError>where G: Signer<Signature>, S: WriteStorage,
Create a local tree for an existing project, from an existing remote.