mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
c9c24d170b
Rather than using git init to create an empty repo and then shallow fetch the repo for a specific branch, we shallow clone the repository itself for the branch. This prevents us from running into the issue of Github denying the push because it comes from a shallow branch which does not map back to the repository. PR Close #45975