strongloop-training / coffee-time

An app for reviewing coffee shops demonstrating LoopBack
8 stars 8 forks source link

Retag WIP & overwrite master #7

Closed Sequoia closed 8 years ago

Sequoia commented 8 years ago

Barring edits, this should map to the current commits on the wip-before-retagging branch:

#delete tags
git tag -d step-{0..10}

#new tags
git tag step-0  640c435 -m "scaffold loopback app"
git tag step-1  bc7d2b7 -m "generate a model"
git tag step-2  98c1b49 -m "add some more models"
git tag step-3  ce241a7 -m "mongo-db datasource"
git tag step-4  d86e401 -m "Mysql datasource"
git tag step-5  1dd6d32 -m "generate model relationships"
git tag step-6  db341da -m "boot scripts"
git tag step-7  b0c4456 -m "model validation"
git tag step-8  b9f537d -m "Access Control Lists (ACLs)"
git tag step-9  929e80d -m "custom middleware"
git tag step-10 7483a05 -m "remote methods"
git tag step-11 d323f9d -m "frontend"

Then it needs to overwrite master:

git push origin master --force --tags
Sequoia commented 8 years ago

Assign to me if you're ready for me to do this, alternately you can do it yourself.

jakerella commented 8 years ago

:+1: