git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* “git remote status” incorrect result
@ 2013-06-27  5:25 Hyunho Cho
  0 siblings, 0 replies; only message in thread
From: Hyunho Cho @ 2013-06-27  5:25 UTC (permalink / raw)
  To: git

i have configured like this

git remote add myremote1 .......
git config --global push.default upstream
git branch --set-upstream-to=myremote1/master remote1-master

and git pull, git push in remote1-master work i expected

but "git remote status myremote1" display..

Local ref configured for 'git push':
   master pushes to master (local out of date)

section always display master to master. and status incorrectly

it would be correct:

Local ref configured for 'git push':
   remote1-master pushes to master (up to date)

if i add another remote "myremote2" there is also exist "master" branch

"Local ref configured for 'git push':" section have to display

according to local branch and upstream setting

and remote status correctly i think

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-06-27  5:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-27  5:25 “git remote status” incorrect result Hyunho Cho

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).