chop-dbhi / data-models

Collection of various biomedical data models in parseable formats.
https://data-models-service.research.chop.edu
28 stars 8 forks source link

Update immunization table for two additional fields #178

Closed burrowse closed 6 years ago

burrowse commented 6 years ago

Hi @murphyke

Thanks! I made that change!

Sure. I can give re-forking a try next time. I attempted to update my master branch to reflect the data-models master branch and made the change on a feature branch update-immunization but it seems like that still didn't work.

murphyke commented 6 years ago

OK re: re-forking. Or you can clean up your master by doing:

# If you haven't done this yet ...
git remote add upstream https://github.com/chop-dbhi/data-models
# Then ...
git checkout SOME_BRANCH_BESIDES_MASTER
git branch -d master
git checkout -b master upstream/master
murphyke commented 6 years ago

LGTM, merging.