Rails & Beyond

  • about
  • contact
Home

Git

Git All You Can

admin — Tue, 10/20/2009 - 02:31

"The Git source code control system continues to win over developers who are impressed with the speed and flexibility of the distributed workflow."

The best guides to git are actually free.

Github Guides

Setting up a remote git repository is also very simple. So rather than paying for github private repository, you can just set it up on the server.


mkdir project.git
cd project.git
git --bare init

On you local project folder, do:


git init (if git is not yet initialized)
git remote add origin user@servername.com:~/project.git

There's a rather lengthy guide which is written for teams using git. Click here to check Git Internals PDF.

  • Git
  • SCM
  • admin's blog
  • Add new comment

Deploy and Manage Drupal Sites With Git And Capistrano

admin — Sat, 10/17/2009 - 19:51

Drupal is an interesting platform. There have been several successful projects that were built using Drupal like Amazee.com. We all think of Drupal as a CMS because it is primarily a CMS but it is also a framework in the sense that it is possible to extend the CMS and develop modules for new features.

In my official blog site, I wrote a post on how to deploy a Drupal site using git and capistrano. I will soon add more tips on Git and Capistrano for PHP and Drupal developers.

  • Capistrano
  • Drupal
  • Git
  • admin's blog
  • Add new comment
Syndicate content

Recent blog posts

  • HTML5 - Let's all just move forward
  • Using HAML for Rails or Sinatra For Readability and For Sanity
  • How to Learn Rails 2
  • Git All You Can
  • Ruby is for Linux and Mac Users
  • Deploy and Manage Drupal Sites With Git And Capistrano
more

  • @jessecrockett I'm just waiting for a favorable exchange rate ($ to PHP) and I would get a Mac. I still suggest you get a refurbished 1. — 2 years 15 weeks ago
  • http://twitpic.com/ok6l9 - Is it worth it? http://twurl.cc/1tdv — 2 years 15 weeks ago
  • Personality and job success http://twurl.cc/1t9i — 2 years 15 weeks ago
  • Arthur Koestler and Creativity http://twurl.cc/1t3x — 2 years 15 weeks ago
  • @jessecrockett I haven't used Wordpress for a year but you have to use the default theme as the base theme if you're doing something custom. — 2 years 15 weeks ago
  •  
  • 1 of 3
  • ››
more
  • about
  • contact

© 2009. BridgeUtopia.