Created About branches (markdown)

jomo
2014-12-17 15:54:14 -08:00
parent 9a511ce3cc
commit c41a023d46

10
About-branches.md Normal file

@@ -0,0 +1,10 @@
# dev
Always use this branch to change code, please test locally before pushing, if possible.
# master
This branch is used for the production server.
**Never commit into this branch** directly! Only merge stable versions of *dev*:
```bash
git checkout master
git merge dev
```