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
next 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.com \
--cc=git@vger.kernel.org \
/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.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.