<quote name="Charles Curley" date="Sat, 18 Dec 2010 at 21:57 -0700"> > On Sat, 18 Dec 2010 21:44:33 -0700 > AJ ONeal <[email protected]> wrote: > > > git log > > > > look for the commit of interest (the hex looking string) > > > > git checkout -b my-new-branch 4f5a23c75d3b23ff9e > > > > and viola, you have a new branch starting at the desired commit. > > > > Is that the anwser you were hoping for? > > It will do. Thanks
There are also often "tags" that will denote a particular version in the past. You can also checkout by the tag name. e.g. "git checkout release-1.2.0" if the actual tag read "release-1.2.0". You can list tags with "git tag -l". -- Von Fugal
pgp1TOT7rqsbH.pgp
Description: PGP signature
/* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe: http://plug.org/mailman/options/plug Don't fear the penguin. */
