Posts tagged SCM
Jun
14
2011
Why aren't you using git-flow?
I see no reason not to use it.
It simplifies the process of creating a new branch for a feature or a hotfix and merging changes to master branch.
Read: Why aren't you using git-flow
Continue reading »
Oct
17
2009
Deploying A Drupal Site With Git and Capistrano
This is my first attempt to write a definitive guide on how to set up Drupal and how to deploy a Drupal site using Git and Capistrano.
Why bother using Git and Capistrano when you can just upload via FTP? Isn't it needless effort if you're a lone developer and you have good retention of the things you have done?
Continue reading »