kids-first / kf-model-fhir

🔥 FHIR Data Model for Kids First
https://kids-first.github.io/kf-model-fhir/ig/
Apache License 2.0
1 stars 1 forks source link

🐛👷 Shallow clones hide remote branches #170

Closed fiendish closed 4 years ago

fiendish commented 4 years ago

Apparently if you shallow clone and then decide you want to look at a different remote branch, you then have to git remote set-branches origin '*' before you fetch the branch. Otherwise git says "Ok, I fetched it!" but doesn't actually do anything, even if you fetch --unshallow.