cogito/git usage question

2005-08-29 Thread Bryan O'Donoghue
Greetings all. I have a copy of http://www.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git which is currently at revision 2.6.13 as at this morning. cg-tag-ls lists every version from 2.6.11 to the current 2.6.13 inclusive. cg-tag-ls also lists kernel version 2.6.13-rc6. What I'm wonde

Re: cogito/git usage question

2005-08-29 Thread Bryan O'Donoghue
Linus Torvalds wrote: > git checkout -b bryan-mm v2.6.13-rc6 > > (mental footnote: pronounce it as "git checkout new branch 'bryan-mm' at > v2.6.13-rc3"). > > [ You can also do the exact same thing by > > git branch bryan-mm v2.6.13-rc6 > git checkout bryan-mm > And then