FYI for those interested I filed INFRA-16532
On Tue, May 15, 2018 at 8:32 AM, Sean Busbey <bus...@apache.org> wrote: > In the future please don't do force pushes. I thought we had disabled > them for the master branch. I'll check up with Infra on this. > > Next time just push a revert. > > On Tue, May 15, 2018 at 8:11 AM, 张铎(Duo Zhang) <palomino...@gmail.com> wrote: >> Thanks. >> >> I pushed HBASE-20457 to master and then the Github repo is back to normal... >> >> 2018-05-15 19:10 GMT+08:00 Tim Robertson <timrobertson...@gmail.com>: >> >>> Perhaps someone can verify this first: >>> >>> // assuming you have ASF upstream of GH (git remote add upstream <ASF-url> >>> git fetch upstream >>> git checkout master >>> git reset --hard upstream/master >>> git push origin master --force >>> >>> >>> This should force (i.e. destructive operation) the GH master branch to be >>> the same as the ASF git master. >>> >>> HTH, >>> Tim >>> >>> On Tue, May 15, 2018 at 12:52 PM, 张铎(Duo Zhang) <palomino...@gmail.com> >>> wrote: >>> >>> > When committing HBASE-20576... >>> > >>> > I've done a force push to master immediately and the asf git is back to >>> > normal, but the github repo has already been messed up. >>> > >>> > Does anyone know how to get the github repo back? >>> > >>> > Really sorry about this... >>> > >>>