Error message

Deprecated function: implode(): Passing glue string after array is deprecated. Swap the parameters in drupal_get_feeds() (line 394 of /home1/dewey/drupal/includes/common.inc).

GIT-for-SVN

GIT for SVN users: A simple Github workflow with multiple repositories

This is one article in my series on GIT for SVN users. See the introduction.

One of the inherent assumptions in the SVN world is "the" repository. "The" repository is the place from where you check out, from where you update, to where you commit.

GIT for SVN users: An introduction

This is part of a series of posts about GIT for people with an SVN background. If you're an experienced GIT user, my series of "GIT for SVN users" is likely not going to be useful (other GIT articles might be -- you'll have to make that call).

The problem with GIT

After a few months of using GIT, I realized one of my fundamental problems with git:

Commits aren't.

By that I mean that the term "commit" has a connotation in software that is beyond the strict definition. I think it likely comes from relational databases where "commit" connotes some kind of finality or permanence.

Subscribe to RSS - GIT-for-SVN