It doesn't look like you have a branch called mybranch
. If you want to create a branch that points to the current head, use git branch foo
.
If you want one that points to another ref, use git checkout -b newbranch <ref>
Alex
2010-04-30 09:53:38