4.6 branches created in git again

Oswald Buddenhagen ossi at kde.org
Tue Mar 22 13:53:43 GMT 2011


On Tue, Mar 22, 2011 at 08:46:03AM -0500, Ian Monroe wrote:
> On Mon, Mar 21, 2011 at 15:17, Oswald Buddenhagen <ossi at kde.org> wrote:
> > On Mon, Mar 21, 2011 at 02:09:23PM -0500, Ian Monroe wrote:
> >> (making sure local branches track the correct remote branches,
> >>
> > nothing to be done here.
> 
> really? you can't change what happens when you type 'git push' ?
> 
you don't want to (unless you enjoy creating a mess).
if you previously were on the wrong branch, the checkout command i gave
will make a new local branch which automatically has the right tracking
branch.
if you already have unpushed commits based on the "wrong" branch, you
can cherry-pick them into or rebase them onto the "correct" branch once
you have created it.




More information about the kde-core-devel mailing list