Rails & Beyond

  • about
  • contact
Home › Blogs › admin's blog

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

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.