severity 633694 minor
tags 633694 + upstream
quit

Hi,

Josh Triplett wrote:

> In a new empty repo created with "git init":
>
> $ git remote add -f b /home/josh/src/apters/prototype/new-store/repos/b
> Updating b
> remote: Counting objects: 3, done.
> remote: Total 3 (delta 0), reused 0 (delta 0)
> Unpacking objects: 100% (3/3), done.
> From /home/josh/src/apters/prototype/new-store/repos/b
>  * [new branch]      master     -> b/master
> $ git checkout --track b/master
> Branch master set up to track remote branch master from b.
> Already on 'master'
>
> But I don't have master checked out before the call to checkout, making
> "Already on 'master'" incorrect.

Sure you do.  It's just a branch yet to be born.

But I agree that the output would be better without that last line.  Thanks
for reporting it.

Regards,
Jonathan



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to