From: Ilya Basin <basinilya@gmail.com>
To: Johannes Sixt <j.sixt@viscovery.net>
Cc: git@vger.kernel.org
Subject: Re[2]: put THEIR commits AFTER my commits with a single rebase command
Date: Thu, 18 Apr 2013 12:33:21 +0400 [thread overview]
Message-ID: <1949082828.20130418123321@gmail.com> (raw)
In-Reply-To: <516F9329.4060405@viscovery.net>
JS> Perhaps this one:
JS> git merge origin/master
JS> git rebase ORIG_HEAD
JS> -- Hannes
Wouldn't I have to resolve conflicts twice?
BTW, during the rebase, can I tell git to rewrite a different branch
upon rebase success or abort?
git branch -f tmp origin/master
git rebase --onto master master tmp
if [ $? -ne 0 ]; then
# modify some file in .git/ ?
else
git branch -f master
git checkout master
fi
--
next prev parent reply other threads:[~2013-04-18 8:33 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-18 5:18 put THEIR commits AFTER my commits with a single rebase command Ilya Basin
2013-04-18 6:21 ` Johan Herland
2013-04-18 6:59 ` Re[2]: " Ilya Basin
2013-04-18 6:31 ` Johannes Sixt
2013-04-18 8:33 ` Ilya Basin [this message]
2013-04-18 11:03 ` Johannes Sixt
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=1949082828.20130418123321@gmail.com \
--to=basinilya@gmail.com \
--cc=git@vger.kernel.org \
--cc=j.sixt@viscovery.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.
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).