[git-users] Using Git to bisect Wine

2009-12-27 Thread fester225
I'm attempting to use Git (1.6.3.3) to bisect Wine. When I ran: git bisect start, I got: fatal: invalid reference: master. How do I get rid of the error? -- You received this message because you are subscribed to the Google Groups Git for human beings group. To post to this group, send email

[git-users] Re: Using Git to bisect Wine

2009-12-27 Thread Konstantin Khomoutov
On Dec 28, 2:29 am, fester225 fester...@gmail.com wrote: I'm attempting to use Git (1.6.3.3) to bisect Wine. When I ran: git bisect start, I got: fatal: invalid reference: master. How do I get rid of the error? What does `git branch` show to you? -- You received this message because you