-
Website
http://jointheconversation.org/railsgit -
Original page
http://jointheconversation.org/railsgit -
Subscribe
All Comments -
Community
-
Top Commenters
-
dermotbrennan
1 comment · 1 points
-
kesor
1 comment · 1 points
-
davividal
1 comment · 1 points
-
chacon
3 comments · 1 points
-
gaveen
1 comment · 2 points
-
-
Popular Threads
http://www.youtube.com/watch?v=4XpnKHJAok8
The real message of Git is the message of Decentralization. Distributing the work of merging and branching is important as we all start to take individual responsibility for creating code. I love using Git.
The "Starfish and the Spider"
http://www.amazon.com/Starfish-Spider-Unstoppab...
Discusses how the Open Source movement is changing the world. It is a powerful read for anyone using Rails, Git, or participating in our modern world.
Great work!
For for using up your S3 bandwidth!
http://s3.amazonaws.com/chacon/GitTutorial-mpeg...
Let me know if that is better, and I will link it as well.
It basically hangs up on me for ssh and can't get past it. I had an CAP1 working with my server.
Can you explain to me the lines below, and maybe guide me in correcting this issue?
ssh_options[:paranoid] = false
set :user, 'deploy'
set :runner, 'deploy'
the set :user and set :runner commands determine who Capistrano tries to log in as and run the 'spin' script / mongrels, respectively. if you set :user to 'bob', it will try to ssh in as bob@server.com rather than who youre currently logged in as. if you set :runner to 'mongrel', it will try to start/restart the servers as the user 'mongrel' rather than 'bob'.
hope that helps. if you have specific error messages, let me know.
Just FYI: I've downloaded the file and watched it. Works fine with MPlayer on Linux.
Thanks again
I'm new to capistrano and git. Peepcode screencast was little bit hard for me at first. Because
deploy environment and settings are slightly different. And I didn't know precisely what permissions needed. Tons of capistrano-emails didn't helped me much. Those were too specific. I found your blog by accident (googling). I think 5 days were passed since I deciede to set up my server. I really appreciate your work. I was so desperate. Thank you.
YOU HELPED ME OUT AND IT WORKS.
thank you
I tried the quicktime link twice. It downloaded a corrupt file both times.
http://zrusin.blogspot.com/2007/09/git-cheat-sh...
just a note about the install, I'm not a linux guru so I didn't know how to solve some issues with the manual compiling (ubuntu 7.10, had some curl error messages...) so I just
#> apt-get install git-core
and it gave me git version 1.5.2.5 .... the rest works the same way.
I also installed the gem git-rails ( gem install git-rails) who allows to enter the command "git-rails init" inside a project to define the .gitignore automatically
Are you kidding?
He was acting like a real asshole.
And yes better than the peepcode ones.