On 28/04/14 10:36, Vincent van Ravesteijn wrote: > It would be easier to review if you would push the branch to the features.git > repository (which is accessible to everyone).
Hi, I also pushed the branch to features.git as branch "chat3". Now I've got into this issue: $ git checkout features/chat3 warning: refname 'features/chat3' is ambiguous. as I guess it's now finding, in repo tommaso, the "features/chat3" branch, and also, in repo "features", the branch "chat3". How to disambiguate in git cmd-line invocations ? Thanks, T.