0

A successful Git branching model via nvie.com

Just came across an excellent post about a successful Branch and Release process for Git posted by developer Vincent Driessen. I found it following the read me docs for the Pyro CMS project (thanks @philsturgeon). Read Vincent’s Complete Article: http://nvie.com/posts/a-successful-git-branching-model/

0

FOSP For Developers Part 5: Database Migrations

I want to show how Bonfire allows for easy upgrades and installation of additional modules via the Database Migrations feature. WHAT ARE MIGRATIONS? Migrations are organized ways for the Bonfire library to make database upgrades and downgrades without requiring the site administrator to execute… Continue Reading