jazzband/django-rest-knox

Need maintainer access to put back master in a correct state ๐Ÿ˜‡

Closed this issue ยท 1 comments

I made a mistake today while trying to get some commits that were wrongly put on master on develop (see: #337)

Seems like while resolving conflict it merged develop on master ...

I was abe to revert the change #339 but it made the matter worse as now master things it's ahead of develop and trying to merge develop into master has no effect anymore ๐Ÿคฆ

TIL don't trust integrated editor in GH ๐Ÿ˜‡

The easiest way out would be to force push master to the original commit before any merge from develop happened the commit is: 5c128c7787ba703d29a1b28bbe2c45973208fec6 (5c128c7)

Basically doing:

git checkout master
git reset --hard 5c128c7787ba703d29a1b28bbe2c45973208fec6
git push -f origin master

But in order to do that we need to allow force push on master for a little while and I don't have the permissions to do so :/

@giovannicimolin do you have maintainer rights?

I will also try through the jazzband help repo

I also added a message to the readme on master to try to raise awareness of this situation (837b9e4)

Very sorry for the noise ๐Ÿ˜ข

Ok nevermind seems force pushing is allowed - everything should be back in shape ๐Ÿ‘