Author: Nigel Cunningham Date: To: Kenneth Crudup CC: tuxonice-devel Subject: Re: [TuxOnIce-devel] How do you "back out" a "git pull"?
Hi.
On Wed, 2008-07-16 at 16:11 -0700, Kenneth Crudup wrote: > On Thu, 17 Jul 2008, Nigel Cunningham wrote:
>
> > Finding the commit you're after could be done by:
> > - using gitk and noting the (long) sha id
> > - making a (temporary) branch before pulling
> > and then doing git checkout -f {branchname}
> > - if the reference is tagged, using the tag (eg v2.6.26)
> > You could then git seek to the reference.
>
> > Hope that helps!
>
> Heh- it "helps" me realize I need to get me to a GIT ref page ASAP! I got
> very little of that, conceptually.
>
> I dunno why Linus has such a hard-on for GIT [1]; I've used a bunch of
> CM tools and just not getting what's so great about it above all others.
>
> -Kenny
>
> [1] - but I'm assuming his authorship has something to do with it
It's like Linux in general - a steep learning curve, but once you get
used to it you won't want to look back. I'm still on the learning curve
- by no means an expert - but I like it better than bitkeeper and way
better than svn, cvs, etc. Then again, I tend to wrap the commands in
nice little scripts so that I don't have to remember them all the
time :)