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

2010-01-04 Thread fester
d...@dan-linux:~/wine-git$ git branch -a * (no branch) remotes/origin/master remotes/origin/stable d...@dan-linux:~/wine-git$ git checkout master remotes/origin/master error: pathspec 'master' did not match any file(s) known to git. error: pathspec 'remotes/origin/master' did not match any

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

2010-01-04 Thread fester
d...@dan-linux:~/wine-git$ git checkout -b master remotes/origin/master Previous HEAD position was 1c7c406... crypt32: Correct spec entries for certificate stores. Branch master set up to track remote branch master from origin. Switched to a new branch 'master' I'm going to have to start