git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
From: "Adam Piątyszek" <ediap@users.sourceforge.net>
To: Jeff King <peff@peff.net>
Cc: david@lang.hm, git@vger.kernel.org
Subject: Re: unable to push
Date: Sat, 31 May 2008 18:52:18 +0200	[thread overview]
Message-ID: <48418242.1050606@users.sourceforge.net> (raw)
In-Reply-To: <20080531155036.GA27397@sigill.intra.peff.net>

* Jeff King [31 V 2008 17:50]:
> On Sat, May 31, 2008 at 08:03:47AM -0700, david@lang.hm wrote:
> 
>> for some reason when I try to push to my public repo I get a message that  
>> everything is up to date, but if I switch to that repo and do a pull it  
>> updates properly
> 
> If you "git push" without a refspec, it pushes "matching branches". See
> git-push(1) for more details.
> 
>> root@asgard:/var/www/adastra/xml2pdf/current# git ls-remote public
>> d3f3d8474db1c006a53be8b5f5c1a0d866d7e357        HEAD
>> d3f3d8474db1c006a53be8b5f5c1a0d866d7e357        refs/heads/localmaster
> 
> So you have only one branch, "localmaster".
> 
>> root@asgard:/var/www/adastra/xml2pdf/current# git ls-remote .
>> 71ab4eea48eb3407a2ff4eef2befe9251897d676        HEAD
>> 71ab4eea48eb3407a2ff4eef2befe9251897d676        refs/heads/master
> 
> But the remote has only one branch, "master".
> 
> If you want to push your localmaster to his master, you can do:
> 
>   git push origin localmaster:master
[...]

I guess Peef described it the opposite way. In my opinion "localmaster" 
is the only branch on the remote "public" repository and the local 
repository has only one "master" branch.

So to push local "master" to the remote "localmaster" branch you should use:

   git push public master:localmaster

BR,
/Adam


-- 
.:.  Adam Piątyszek (ediap)  .:.....................................:.
.:.  ediap@users.sourceforge.net  .:................................:.

  parent reply	other threads:[~2008-05-31 16:53 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-05-31 15:03 unable to push david
2008-05-31 15:50 ` Jeff King
2008-05-31 16:10   ` david
2008-06-01 18:22     ` Jeff King
2008-06-01 18:25       ` Jeff King
2008-06-01 18:28       ` david
2008-06-01 18:31         ` Jeff King
2008-06-01 18:34           ` david
2008-06-01 18:36             ` Jeff King
2008-05-31 16:52   ` Adam Piątyszek [this message]
2008-06-01 18:24     ` Jeff King

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: http://vger.kernel.org/majordomo-info.html

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=48418242.1050606@users.sourceforge.net \
    --to=ediap@users.sourceforge.net \
    --cc=david@lang.hm \
    --cc=git@vger.kernel.org \
    --cc=peff@peff.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).