On 4/12/07, Martin Langhoff [off-list ref] wrote:
On my own I had gotten almost to the same sequence you show above, but
couldn't get it right. With what you are showing me now, I'd say
And I think I got it sussed out with:
git-clone <repo> mydir
cd mydir
git-push origin origin/v1.9-maint:refs/heads/v1.9-clientname
git-checkout --track -b v1.9-clientname origin/v1.9-clientname
cheers,
martin