From: Jakub Narebski <jnareb@gmail.com>
To: SungHyun Nam <goweol@gmail.com>
Cc: git@vger.kernel.org
Subject: Re: branch rebase and push
Date: Tue, 19 Dec 2006 12:58:53 +0100 [thread overview]
Message-ID: <200612191258.55226.jnareb@gmail.com> (raw)
In-Reply-To: <4587BD31.9030804@gmail.com>
SungHyun Nam wrote:
> I'm sorry... but could you teach me how I publish the rebased branch?
> I think Junio does it for 'pu' branch.
> Is there recommended workflow? I cannot find.
Either have "Push:+refs/heads/br:refs/heads/br" in your
.git/remotes/<name> file, or it's equivalent config file
version, with '+' denoting that this branch sometimes does
not fast-forward.
Or use git push with --force option when you had rebased.
And of course the server you push to has to not have config variable
receive.denyNonFastForwards set to true.
--
Jakub Narebski
next prev parent reply other threads:[~2006-12-19 11:56 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-12-19 3:39 branch rebase and push SungHyun Nam
2006-12-19 9:57 ` Jakub Narebski
[not found] ` <4587BD31.9030804@gmail.com>
2006-12-19 11:58 ` Jakub Narebski [this message]
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=200612191258.55226.jnareb@gmail.com \
--to=jnareb@gmail.com \
--cc=git@vger.kernel.org \
--cc=goweol@gmail.com \
/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.