Robert Di Marco on 3 Apr 2009 08:06:16 -0700


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

Re: git resources

  • From: Robert Di Marco <robdimarco@gmail.com>
  • To: philly-lambda@googlegroups.com
  • Subject: Re: git resources
  • Date: Fri, 3 Apr 2009 11:06:03 -0400
  • Authentication-results: gmr-mx.google.com; spf=pass (google.com: domain of robdimarco@gmail.com designates 209.85.217.169 as permitted sender) smtp.mail=robdimarco@gmail.com; dkim=pass (test mode) header.i=@gmail.com
  • Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlegroups.com; s=beta; h=domainkey-signature:received:received:x-sender:x-apparently-to :received:received:received-spf:authentication-results:received :dkim-signature:domainkey-signature:mime-version:received :in-reply-to:references:date:message-id:subject:from:to:content-type :reply-to:sender:precedence:x-google-loop:mailing-list:list-id :list-post:list-help:list-unsubscribe:x-beenthere-env:x-beenthere; bh=uy9AslvCkwaB4oyESJ/5lOn/xSjdwvnAvE6vEeCv6hY=; b=hoQqSYwXxdXssM/dd1XHySijQzAGbZ9y5YP+2tkG/FGcJ5aKOY0YZ5Wd55qCjHiFiz o/SP7d96PBvOysUeHHzLpAXlzheEGzTlFj+fXXi3zhU7VbrhMMWuZXnqZg1L7s6/V+D8 RTt3fv1ZdFzxV6SdCKwETnhrL7yYbl7pWzG1U=
  • Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=qkO/wknt2GhvNKeroBwihfbetVrVm+if35L0qAsZcwY=; b=bY3qWe2ZSrOoILcFhilBwY/BQkOwq5py3HKT1P84SCDgqC7YQT/UgWwm3TMVmwpkvW ej90sKXbIctILd5vxtA09LW4BZ3YSPUId1eUIKE5/TEYqHSFNOitHGqiq7dT+giGedbY A577Tw5mylFRUUrwXewkz5Ew76oJDXKgmM2mY=
  • Mailing-list: list philly-lambda@googlegroups.com; contact philly-lambda+owner@googlegroups.com
  • Reply-to: philly-lambda@googlegroups.com
  • Sender: philly-lambda@googlegroups.com

For those used to SVN commands, here is a good Git->SVN translation guide
http://git.or.cz/course/svn.html

On Fri, Apr 3, 2009 at 10:33 AM, Brian Donahue <brian@pigeonmoon.com> wrote:
So, I'm trying to get into git, starting with git-svn.  I managed to clone my svn repo, but after it was done, it shows modified files locally, which is not (or should not be) accurate...  I am trying to do the equivalent of an svn revert, but I don't seem to be getting it right.  I've been messing with reset, rebase, and checkout but the modified files remain...

Any thoughts/suggestions?