Jay Soffian <jaysoffian@xxxxxxxxx> writes: > +It is sometimes useful to be able to checkout a commit that is not at > +the tip of any named branch, or even to create a new commit that is not > +referenced by a named branch. Let's look at what happens when we > +checkout commit 'b' (here we show three ways this may be done): > > +------------ > +$ git checkout v2.0 # or > +$ git checkout b # or > +$ git checkout master^^ I'd drop the second one, as "b" is not something the end user would type from the command line (you could say "b's commit ID" but the string 'b' is not it, unless it is a tag or something, in which case the first one that uses 'v2.0' already illustrates it), and adjust "three" accordingly. Other than that, I think this version is a vast improvement over what we have. Thanks. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html