# git-repo **Repository Path**: mirrors_mozilla/git-repo ## Basic Information - **Project Name**: git-repo - **Description**: git-repo with modifcation to fix private repo access - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-22 - **Last Updated**: 2026-03-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README The modification herein allows use of git ssh = Manifest Pull repo from our git-repo repo (isn't that nice) as shown below. "--no-repo-verify" is necessary to pull the master branch that has the patch for git ssh. ``` mkdir projdir && cd projdir curl https://raw.githubusercontent.com/mozilla/git-repo/master/repo > ./repo chmod u+x ./repo ./repo init --no-repo-verify -u git@github.com:githubuser/manifests.git ./repo sync ``` = Manifest ``` ```