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... >