1 2. About branches
jomo edited this page 2015-07-01 01:54:01 +02:00

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:

git checkout master
git merge dev
git checkout dev