Tag Archives: Git

Automating Drupal workflow using Git and Drush

Update Nov 11, 2009: Updated the script to accept username and server name as arguments and to print syntax help if no argument is passed. It would eliminate to modify script for different servers. Drupal rocks for some things, its … Continue reading

Posted in Programming | Tagged , , , , , , | 3 Comments

In the town called Workflow, lived three friends – Git, CVS and Drupal….

Moving ahead on the new project, I decided to install a versioning system. I kinda have a crush on Git, however have not been using it regularly. So what better time to rekindle the old fire? I have used SVN … Continue reading

Posted in Hacks | Tagged , , , , | 2 Comments

Git Configurations

I have started using Git over Subversion. Following is the list of my git configurations.

Posted in Programming | Tagged | Leave a comment

Git remote pushing

For the last half an hour I have been playing with Git. Project I’m working on my laptop is version tracked by git. However what is the fun of using version control without a remote server. As soon as I … Continue reading

Posted in Programming | Tagged , , | 2 Comments

Using Git on Rails project

After watching Linus Torvalds speaking for Git, and the popularity of Github, I am giving git a try. I have been using Subversion for a while, so things moved pretty smoothly.

Posted in Programming | Tagged , | Leave a comment