git

RESTfully creating a repository in BitBucket.org

Submitted by Jitesh Doshi on Sun, 06/02/2013 - 12:01

Creating a  Git repository is simple, using the excellent BitBucket.org service. It can be a chore to go to the bitbucket website and manually creating new repositories every time, though. Since it is bitbucket, and Atlassian, they have exposed a very nice RESTful API on top their service offering. Below is an example of how to create a new repository from 'curl' command-line ...

Automatic Drupal site deployment with git

Submitted by Jitesh Doshi on Sat, 02/18/2012 - 09:51

In this article I will show how to setup git and Drupal in such a way that you can keep editing your site's modules, themes and libraries on your local machines and every time to do 'git push' it automatically deploys to your pubilc Drupal site - without having to login into your webhosting provider and doing checkout/reset on your working tree.

Assumptions

Subscribe to git