pub fn handle_project_setup_for_custom(
current_repository_name: &str,
remote_url: Option<String>,
) -> Result<RepoSummary, InitError>Expand description
Ask informations about the branch and the project name, and proceed to setup the repository correctly.