benjaminapetersen / auto-app

An auto app built in collaboration with jonathanyiv
0 stars 0 forks source link

Feature/vehicle list flow #12

Closed ghost closed 9 years ago

ghost commented 9 years ago

Work in progress: saving a vehicle.

benjaminapetersen commented 9 years ago

@Asmodaios

I've merged this (and all open branches) into develop so we dont have a bunch of branches open. New work should be branched off of develop:

git checkout -b feature/my-new-feature

Merging code back into develop means its good to go but not ready for "production" else we would go to master. Checkout the the graph to see how the branching looks at this point.

Next step, I'd say create a branch feature/new-vehicle (off of develop) and continue to work on the new vehicle flow.