Re: Ambiguous branch names...

2014-02-16 Thread Duy Nguyen
On Mon, Feb 17, 2014 at 3:34 AM, Ingo Rohloff wrote: > Hello, > > while trying out git (version 1.7.9.5), I did this: > > git clone -- ssh://myserver/~rohloff/git/w1.git w1 > > So I just cloned a test repository. > The in the cloned "w1" repository I executed: > > git branch origin/master > git br

Ambiguous branch names...

2014-02-16 Thread Ingo Rohloff
Hello, while trying out git (version 1.7.9.5), I did this: git clone -- ssh://myserver/~rohloff/git/w1.git w1 So I just cloned a test repository. The in the cloned "w1" repository I executed: git branch origin/master git branch remotes/origin/master git branch refs/remotes/origin/master I now