Accueil / Taxonomy term

git

A pragmatic guide to the Branch Per Feature git branching strategy

Katherine Bailey's picture

When the Drupal Gardens project first switched from Subversion to Git, we adopted the popular git-flow branching model. While this model clearly works for a great many projects, it does not suit every workflow, and not long after we adopted it we decided it didn't suit ours. The branching strategy we ended up switching to is the Branch Per Feature (BPF) model described in this post by its originator, Adam Dymitruk.

Using git subtree to Make a Distro Your Docroot

Peter Wolanin's picture

A cornerstone of good Drupal development is deploying your site’s code from a version control system like Git or SVN. A further best practice is to put all your code in a directory in the repository, instead of at the top level of the repository. Doing this allows you to put other things into the repository that are not intended to be served publicly. For example, Acquia’s Cloud Hooks are scripts you put into the hooks directory that run when you deploy code, databases, or files, but should never be served as site content.

Tips for Acquia Hosting Development [Jan 3, 2012]

Submitted on
mardi, le 3 janvier 2012h
,
Appnovation.com

Brandon Tate of Appnovation writes, "Here at Appnovation, we frequently use the Acquia hosting platform for our clients. The Dev Cloud and Managed Cloud are impressive platforms that fit well for many Drupal sites being built today. I’ve listed some items below that have helped with the overall build quality and ease of use for these platforms."

Acquia Cloud Gettin' Git

Jim Salem's picture

I'm pleased to announce that the Acquia Cloud will soon support Git repositories! We're rolling this out over the next few weeks. I'd like your feedback: Are you a Git user? ... an SVN user? ...or something else? If you're a current customer, how we can make the upgrade process as painless as possible?