what exactly did you try to do? just resetting HEAD will not work on remote branch -- you need force-sync that (with +) since it is a history-rewriting push, but asf git does not allow that.
ASF will mirror ALL branches afaik. I think i've done it before. so if you create a new one it should (eventually) get there. On Tue, Feb 24, 2015 at 11:18 AM, Andrew Musselman < [email protected]> wrote: > Does ASF git get mirrored to GitHub? I tried pushing a branch and don't > see it there yet. > > On Tue, Feb 24, 2015 at 11:16 AM, Dmitriy Lyubimov <[email protected]> > wrote: > > > On Tue, Feb 24, 2015 at 10:55 AM, Pat Ferrel <[email protected]> > > wrote: > > > > > to be safe I’d “git reset —hard xyz” to the commit previous to the > 1.2.1 > > > > > > > As i just explained, that resets are not possible with ASF git. Reverting > > is the only option. > > > > -d > > >
