Thanks for that. As you can see I are not a git user. Maybe the readme should be updated to reflect those instructions by Bruno.
On Tue, Mar 3, 2009 at 2:33 AM, Bruno Cesar Ribas <[email protected]> wrote: > On Mon, Mar 02, 2009 at 11:23:18PM +1100, James . wrote: >> >> >>cd aufs2-standalone.git/ >> >>git checkout aufs2-27 >> error: pathspec 'aufs2-27' did not match any file(s) known to git. > > That`s because you did the wrong way. > > you should do: > git checkout origin/aufs2-27 > > or o create a local branch: > git checkout --track -b aufs2-27 origin/aufs2-27 > > To list all branches you can do: > git-branch -a > > all listed as origin/blabla, are remote branches and to checkout them you > must do something i did above. > > Here a git cheat sheet http://git.or.cz/gitwiki/GitCheatSheet > > regards > > -- Bruno > > -- > Bruno Ribas - [email protected] > http://web.inf.ufpr.br/ribas > C3SL: http://www.c3sl.ufpr.br > ------------------------------------------------------------------------------ Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H
