From: "J. Bruce Fields" <bfields@fieldses.org>
To: Diego Calleja <diegocg@gmail.com>
Cc: Jeff Garzik <jgarzik@pobox.com>,
jes@sgi.com, pj@sgi.com, linux-kernel@vger.kernel.org
Subject: Re: git for dummies, anyone?
Date: Thu, 9 Feb 2006 11:07:47 -0500 [thread overview]
Message-ID: <20060209160746.GA953@fieldses.org> (raw)
In-Reply-To: <20060209163546.493334f8.diegocg@gmail.com>
On Thu, Feb 09, 2006 at 04:35:46PM +0100, Diego Calleja wrote:
> - Update your copy:
> cd linux-2.6; git pull; git pull --tags
Note just the one "git pull" seems to fetch tags on its own now without
need for the last step.
> - How to go back to a certain snapshot
> git reset --hard v2.6.13 (ls .git/refs/tags to see all the tags). Not the
> cleanest method, I think.
If you intend to do apply patches against that particular version, you
could also create a new branch:
git checkout -b my-v2.6.13-branch v2.6.13
or if you know from the start that you only want to update up to a
certain version,
git pull tag v2.6.13
instead of just "git pull".
I did some work on a new tutorial under Documentation/tutorial.txt in
the git source tree:
http://www.kernel.org/pub/software/scm/git/docs/tutorial.html
which might be helpful, though it isn't so specifically targetted at the
case of linux testers. It wouldn't be hard to write something like
that, though. Git should make that kind of use pretty easy.
--b.
next prev parent reply other threads:[~2006-02-09 16:07 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-02-08 15:03 How in tarnation do I git v2.6.16-rc2? hg died and I still don't git git Paul Jackson
2006-02-08 15:14 ` Dale Farnsworth
2006-02-08 15:27 ` Paul Jackson
2006-02-08 15:15 ` Mattia Dongili
[not found] ` <20060208101626.3afa69ba.seanlkml@sympatico.ca>
2006-02-08 15:16 ` sean
2006-02-08 17:53 ` Bryan O'Sullivan
2006-02-08 18:06 ` Paul Jackson
2006-02-09 13:08 ` git for dummies, anyone? (was: Re: How in tarnation do I git v2.6.16-rc2? hg died and I still don't git git) Jes Sorensen
2006-02-09 14:17 ` git for dummies, anyone? Jeff Garzik
2006-02-09 14:36 ` Josh Boyer
2006-02-09 14:43 ` Jes Sorensen
2006-02-09 14:55 ` Paul Jackson
2006-02-09 16:46 ` Catalin Marinas
2006-02-09 15:35 ` Diego Calleja
2006-02-09 15:56 ` Jes Sorensen
2006-02-09 16:07 ` J. Bruce Fields [this message]
2006-02-09 16:37 ` Marc Koschewski
2006-02-09 14:50 ` git for dummies, anyone? (was: Re: How in tarnation do I git v2.6.16-rc2? hg died and I still don't git git) Paul Jackson
2006-02-09 23:16 ` Willy Tarreau
2006-02-10 0:03 ` Paul Jackson
2006-02-10 6:23 ` Willy Tarreau
2006-02-10 14:08 ` Theodore Ts'o
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20060209160746.GA953@fieldses.org \
--to=bfields@fieldses.org \
--cc=diegocg@gmail.com \
--cc=jes@sgi.com \
--cc=jgarzik@pobox.com \
--cc=linux-kernel@vger.kernel.org \
--cc=pj@sgi.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox