On Sunday 25 October 2009 17:40:02 Rob Landley wrote: > On Sunday 25 October 2009 16:13:25 Mike Frysinger wrote: > > On Sunday 25 October 2009 16:14:17 Rob Landley wrote: > > > On Monday 12 October 2009 12:38:07 Bernhard Reutner-Fischer wrote: > > > > I've pushed a couple of fixes from master to the 0_9_30 branch in > > > > preparation of a 0.9.30.2 bugfix release. > > > > > > Ok, I think I've exhausted the menu on the left. How do I test this > > > thing? > > > > use `git branch` to see all branches > > $ cd ~/uclibc/git > $ git branch > * master
`man git-branch` then and read the info. a simple query shows that you should have used the -a and/or -r options. > > and use `git checkout` to check out a > > branch/tag/ref/whatever > > And if my clone of the repository hasn't got this branch, and apparently > never had this branch, the magic incantation I do to get the branch is...? that isnt how git works. a clone is just that -- a clone. you have the entire repo already. -mike
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ uClibc mailing list [email protected] http://lists.busybox.net/mailman/listinfo/uclibc
