git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Cherry-picking to remote branches
@ 2007-07-06 14:09 Sean Kelley
  2007-07-06 14:26 ` Johannes Schindelin
  2007-07-07 13:00 ` Sean Kelley
  0 siblings, 2 replies; 6+ messages in thread
From: Sean Kelley @ 2007-07-06 14:09 UTC (permalink / raw)
  To: git

I have been having trouble with the following workflow.  I am trying
to push changes to a remote from a branch that is tracking it.

git clone git://mysite.com/data/git/linux-devel.git linux-devel

cd linux-devel

git remote add -m master -f linux-stable
git://mysite.com/data/git/linux-stable.git

git branch -r

  linux-stable/HEAD
  linux-stable/master
  origin/HEAD
  origin/master

git checkout -b stable linux-stable/master

git cherry-pick  b3b1eea69a   (a commit from linux-devel)

git push linux-stable

error: remote 'refs/heads/master' is not a strict subset of local ref
'refs/heads/master'. maybe you are not up-to-date and need to pull
first?
error: failed to push to 'git://mysite.com/data/git/linux-stable.git'

Thanks for your help,

Sean

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2007-07-07 13:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-06 14:09 Cherry-picking to remote branches Sean Kelley
2007-07-06 14:26 ` Johannes Schindelin
2007-07-06 14:39   ` Sean Kelley
2007-07-06 15:01     ` VMiklos
2007-07-06 15:10       ` Sean Kelley
2007-07-07 13:00 ` Sean Kelley

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).