Brian Donahue on 3 Apr 2009 07:33:49 -0700


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

Re: git resources

  • From: Brian Donahue <brian@pigeonmoon.com>
  • To: philly-lambda@googlegroups.com
  • Subject: Re: git resources
  • Date: Fri, 3 Apr 2009 10:33:37 -0400
  • Authentication-results: gmr-mx.google.com; spf=pass (google.com: domain of brian@pigeonmoon.com designates 74.125.46.28 as permitted sender) smtp.mail=brian@pigeonmoon.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 :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=AkDnNEO96CD+I2TyFoSJMMkID6dIBYUeoFC2xTfXrU0=; b=yyQNcCVAZ0Y3iE948BTQMOE9rudgLSpPVimxFt6/BgN48fsEPs7DBD//q4iJOUfEjX uNr1OMy1FjO7jQ0+lNgOQ/r/Wm+Eh6HrIpdBJ2hFRN+0Ut/Y9ZPEj3Nw09EbuI/Y0rPu Ni8v+8krsFjd2xRf3AGnGWvpAwRfddxfwzCoM=
  • Mailing-list: list philly-lambda@googlegroups.com; contact philly-lambda+owner@googlegroups.com
  • Reply-to: philly-lambda@googlegroups.com
  • Sender: philly-lambda@googlegroups.com

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?