mohamedmansour / hackathon-letsgo.io

letsgo.io - Photo Hack Day 4 project
http://letsgo.io
5 stars 6 forks source link

Create staging and production environments #42

Closed mohamedmansour closed 11 years ago

mohamedmansour commented 11 years ago

We want to start doing development correctly.

1) production - where the letsgo.io code lives 2) master- where the state of the art code goes, it may break, it may be buggy

Every developer must create feature branches when fixing bugs, new features, etc and it must go to "master". If there was a major bug fix P0, those can go in production directly and merged back into master.

Information is available online.