Home / Resources / Blog

Featured post: Getting Started: Collaborative development with Git

Bryan Hirsch's picture
This post is part of the "All you need to know to become a great Drupal developer" blog series.

Git is a version control system, like "track changes" for code. It's fast, powerful, and easy-to-use version control system. But the thing that's really special about Git is the way it empowers people to collaborate.

All the projects on drupal.org are stored in Git, and there are millions of public projects hosted by GitHub.com. Whether you are a developer who wants to contribute to an open source project, a freelancer who needs to know how to maintain a patched module, or a member of a team collaborating on a single code base, Git is a tool worth having in your toolbox.

This blog post walks through some basic Git workflows for collaborative development. If you've heard people talk about "decentralized" or "distributed" version control, but you haven't seen it in action, or you're not sure what's so cool about it, this post is for you. To follow along, you just need to have Git installed on your computer. Some basic experience with version control (Git or other) is helpful, but not required.

Example Scenario

Here's our scenario: Alice starts a project called "rhymes", it's a simple Git repo with a bunch of Alice's favorite nursery rhymes stored in it. Bob uses the project and wants to contribute to it. Specifically, he wants to contribute a few new rhymes, and help improve formatting to make the documents easier to read. Alice will review Bob's changes, accept some of them, then make her own changes to the project. Then Bob needs to sync up his copy of the project with Alice's.

More...

Our blog

Business

Why Steve Jobs Would Have Loved Drupal

Tom Wentworth's picture
I’m an unashamed Apple fanboy. I’ll resist the temptation to #humblebrag about all the Apple gear I’ve owned through the years. I worship at the altar of the late Steve Jobs, who while flawed, has inspired me through his relentless passion and creativity. News of the paperback release of his autobiography in September reminded me of one of my favorite moments from his book: I always... More

Technology

Getting Started: Collaborative development with Git

Bryan Hirsch's picture
This post is part of the "All you need to know to become a great Drupal developer" blog series. Git is a version control system, like "track changes" for code. It's fast, powerful, and easy-to-use version control system. But the thing that's really special about Git is the way it empowers people to collaborate. All the projects on drupal.org are stored in Git, and there are millions of... More

Design

Bringing Life to Human Rights Abuses with a Multi-functional Drupal Site

Thomas MacLean's picture
The Human Rights Watch (HRW) Film Festival brings to life human rights abuses through storytelling in a way that challenges each individual to empathize and demand justice for all people. HRW needed a multi-functional site to support their International Film Festival held in various cities across the globe. The information architecture and visual design was developed by a design agency in... More

Latest posts

Acquia Upgrade Team: Mission Copenhagen

Default avatar
Acquia documentation agent Jam* and I will be heading to Denmark this weekend where we'll be geeking out with Scandanavian Drupallers at the first ever DrupalCamp Copenhagen. You will recognize us by our Acquia shirts and our inability to speak Danish. Our mission is to help you upgrade your Drupal 4 or 5 sites to Drupal 6. We will come armed with Jam's upcoming migration guide (you will find this in our download section soon, as an appendix to the freely available Getting Started Guide), and a slew of tips,... More

Drupal in the formative stages of adding RDF(a) for Semantic Web

Default avatar
There has been a lot of hand waving about the semantic web, RDF, and Drupal. This is good, and it is important for there to be excitement about the possibilities that this opens to us. Now the first concrete plans are being laid and the first patches are being written and evaluated. If you’ve ever wondered about this semantic web business, or if you thought microformats were a good idea, or if you’ve been secretly (or... More

Migrating the Drupal way. Part I: creating a node.

Kevin Hankens's picture
Update: Acquia has released a great migration whitepaper to help you get ready to move to Drupal. My position with Acquia will find me helping out with a lot of migrations and upgrades. I'm going to embark on a multiple-part blog to discuss some of the common techniques that I use when moving clients to Drupal. Migrating to Drupal can seem intimidating if you already maintain a database-driven website. However, populating a Drupal site with your current content might be... More

I work for Acquia, allow me to introduce myself

Kevin Hankens's picture
I'm still a little surprised to tell people that I work for Acquia. My fascination with Drupal started in late 2007 and quickly turned into an addiction. While building my first large project, I spent countless hours on drupal.org meeting cool people and getting advice from the Drupal community. Then in February, I found out about Acquia and kept a close eye on them as they filled up their roster with some amazing talent. At the time, I was living in Boulder, Colorado, hard at work on VeloNews.com. Acquia seemed like a dream job, but it also seemed to be... More

The DX Files: Static caching in Drupal

Default avatar
This is part four of my series, The DX Files: Improving Drupal Developer Experience. I started this series with fairly simplistic suggestions. They proved not very popular and some of them I agree were of questionable benefit due to PHP’s nature. I was pleased to discover, however, that they nevertheless had quite an impact on raising the visibility of “Developer Experience” within the Drupal community. I am therefore ready to move on to some of the more complex DX issues in Drupal. The most important DX change... More

Pages