Git development
 help / color / mirror / Atom feed
* Inconsistency in messages about --set-upstream from git pull and git branch
@ 2012-12-01 15:36 Dan Rosén
  2012-12-02  1:29 ` Carlos Martín Nieto
  0 siblings, 1 reply; 2+ messages in thread
From: Dan Rosén @ 2012-12-01 15:36 UTC (permalink / raw)
  To: git

I added a new origin to a repository and did git pull and got this message:

 * [new branch]      master     -> origin/master
There is no tracking information for the current branch.
Please specify which branch you want to merge with.
See git-pull(1) for details

    git pull <remote> <branch>

If you wish to set tracking information for this branch you can do so with:

    git branch --set-upstream master origin/<branch>


I followed the instructions:
$ git branch --set-upstream master origin/master
The --set-upstream flag is deprecated and will be removed. Consider
using --track or --set-upstream-to
Branch master set up to track remote branch master from origin.

I was using git version 1.8.0 precompiled for Arch Linux.

I tried to find an issue tracker but perhaps it is appropriate to
report this inconsistency to this mailing list.

Best,
Dan

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-12-02  1:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-01 15:36 Inconsistency in messages about --set-upstream from git pull and git branch Dan Rosén
2012-12-02  1:29 ` Carlos Martín Nieto

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox