On Tue, Mar 22, 2011 at 08:46:03AM -0500, Ian Monroe wrote:
> On Mon, Mar 21, 2011 at 15:17, Oswald Buddenhagen <[email protected]> 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.

Reply via email to