Moving commits from one branch to another

2013-01-23 Thread Stefan Schulze
out a forced push of master? Thanks in advance, Stefan Schulze -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

AW: Moving commits from one branch to another

2013-01-23 Thread Stefan Schulze
> > Is there any way to move/copy commits from one branch to another > > without a common base-commit and without a forced push of master? > > Did you try "git rebase" with "--onto"? You probably want something > like this: > > git rebase --onto svnbranch publishedToSvn master I already trie