public inbox for git@vger.kernel.org 
 help / color / mirror / Atom feed
From: SungHyun Nam <goweol@gmail•com>
To: git@vger•kernel.org
Subject: branch rebase and push
Date: Tue, 19 Dec 2006 12:39:40 +0900	[thread overview]
Message-ID: <45875EFC.5090408@gmail.com> (raw)

Hello,

Can I push a branch after rebase?
I got a error message:
   error: remote 'refs/heads/br' is not a strict subset of local ref
   'refs/heads/br'. maybe you are not up-to-date and need to pull first?

It worked fine if I did:
  $ git checkout -b br
  $ git pull . master
  $ git checkout master
  $ git pull
  $ git push

But I got above error message if I did:
  $ git checkout br
  $ git rebase master
  $ git checkout master
  $ git pull
  $ git push

Thanks.
namsh




             reply	other threads:[~2006-12-19  3:56 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-12-19  3:39 SungHyun Nam [this message]
2006-12-19  9:57 ` branch rebase and push Jakub Narebski
     [not found]   ` <4587BD31.9030804@gmail.com>
2006-12-19 11:58     ` Jakub Narebski
2006-12-19 12:13       ` Johannes Schindelin

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

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

  git send-email \
    --in-reply-to=45875EFC.5090408@gmail.com \
    --to=goweol@gmail$(echo .)com \
    --cc=git@vger$(echo .)kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox