Reactions to story from Robby on Rails

Reactions / posts that link to this post

  • Author unknown

    git-svn for macports

    http://gatezero.org/~tim/?p=126

    git-svn for macports April 20th, 2008 tim@manhattan:~$ sudo port install git-core +svn Going to be away from net access tomorrow so thought it would be a great opportunity to take a copy of my svn hosted project down into a local git repository so I can commit merrily on that until I sync up with my svn repo. More on git: Git SVN Workflow git-svn is a gateway drug Posted in Uncategorized | No Comments »

  • Author unknown

    Git Bits: Committing Partial File Changes

    http://www.paperplanes.de/archives/2008/4/15/git_bits_commit...

    Git Bits: Committing Partial File Changes Posted on April 15, 2008 at 07:27 PM As if there weren't enough reasons to love it, I came across a nice little article by Ryan Tomayko called "The Thing About Git". He describes how to do partial commits of only some selected changes in specific files instead of having to commit the whole file. git add —patch to the rescue. Neat stuff. I still like git stash, but being able to commit specific changes while leaving others untouched in the local repository can come in handy from time to time. I'm currently using Git as a gateway drug on a Subversion repository, and I'm getting more and more fond of it every day. Via GitHub.

  • Author unknown

    git-svn is a gateway drug

    http://maraby.org/post/31696144
    31 days ago in Paragon Adrift · Authority: 4

    A cursory reflection upon the senses. Maraby's Portal maraby/tmp Archive Apr 15th Tue Using Ruby with the Google Data APIs over at Google Code FAQ. A good introduction to using the Net::HTTP utilities if nothing else. # Apr 14th Mon

  • Photo of petercooper

    Git and Ruby: Git tutorials, articles and links for Rubyists

    http://www.rubyinside.com/git-and-ruby-git-tutorials-article...

    Following on from this weeks’ launch of Github, it’s worth rounding up some of the best Ruby-related Git content out there. For those who still aren’t familiar with what it is, Git is a distributed source code management / revision control system. It’s vaguely similar to Subversion, CVS, Mercurial, or Bazaar in terms of managing source code, but with significant differences to all of these in varying areas. If you use any of these systems, however, Git will be of interest to you. Git Tutorials and Introductions The Git Screencast - A tutorial type screencast and technical walkthrough by Geoffrey Grosenbach. Well worth the $9. Git vs Subversion - Are you a diehard Subversion user wondering what the hoopla’s all about? Find out how Git compares to Subversion. Git Cheat Sheet - A rather well designed and comprehensive “cheat sheet” that most Git users will find useful. Linus Torvalds on Git - The famous / seminal video given by Linus Torvalds, the initial creator of Git, that introduced many of us to the tool. Git: A Talk by Randal Schwartz - An hour long Google TechTalk on Git given by Randal Schwartz (a prominent Perl developer). I’ve seen a few people suggesting that this talk is better than Linus’, although I haven’t watched it all myself yet. Git Crash Course for Subversion Users - A great introduction to Git focused at people already familiar with SVN. The Thing About Git - An essay-like introduction to Git, including some motivations, questions, and basic examples. git-svn is a gateway drug - Robby Russell looks at using git-svn to span the gap between migrating your projects from SVN to Git over time. Git and Ruby Git on RubyForge - Do you publish libraries on RubyForge? If so, you might be aware they support both CVS and SVN for source code management.. but Dr Nic fills us in that they now support Git too! Dr Nic continues to explain how to set it all up to work. GitNub - A “pretty Git repository browser” for OS X. It’s not particularly powerful yet, but has proven a great demonstration of how Git and Github are driving people to work together. It’s also a cute example of a RubyCocoa application, forgetting the Git side of things! Ruby-Github - A Ruby library that provides access to Github’s API. Ruby/Git - A Ruby library that interacts with Git repositories generally. Rails moves from SVN to Git - David Heinemeier Hansson’s announcement of the movement of the Rails source code from a public SVN repository to Github. InfoQ’s Ruby and Git Roundup - InfoQ have their own Git and Ruby roundup, like this post. It’s pretty good but, as acknowledged in the Github post, I only noticed it after starting this post.. so, you get two roundups for the price of one! Setting up CruiseControl.rb with Git - Chris Bailey demonstrates how to use Git along with CruiseControl.rb, the continuous integration tool. Rake task to move from SVN to Git - Technoweenie presents an interesting Rake task that can export code from SVN and bring it into a new Git repository in one hit. General Git Resources Git Magic - A ridiculously indepth list of Git related resources and tips. Cleaning Migrate Your Subversion Repository to a Git Repository - A handy guide to moving an SVN repository over to Git. Short and sweet! Show your Git branch name on your command line - This is incredibly useful. A short shell script that shows your current Git branch within your command prompt (if you’re within a Git repository, of course). Git HOWTO Index - Links to a handful of interesting posts from the Git mailing list. Mostly focused on more advanced topics. A Three Finger Salute to Git - Rubyist Geoffrey Grosenbach (of Peepcode fame) comes up with a clever technique to use the new MacBook Pro / MacBook Air “multi touch” functionality to make pulling and pushing to a Git repository a “three finger” operation! A little wacky, but very clever. Github-Campfire - A Sinatra app that pushes your Github commit info to a Campfire chat room. Git Hosting GitHub isn’t the only Git repository hosting option out there. There are two other significant ones: repo.or.cz - The grandaddy of Git repository hosts. Free, public, and the first centralized Git host. It’s nearly entirely used by open source projects. Gitorious - An older, Githubesque Git repository host which, sadly, didn’t quite get the attention it should have. Still used by quite a few projects though, and is free to use.