Replies: 5 comments 5 replies
-
Thanks to the PR history, I could restore the code (see branch v1.1-dev-restore) I'm still awaiting github's support response to properly undo my action in |
Beta Was this translation helpful? Give feedback.
-
I guess nothing bad happened. This just pulls the missing commits from the original project. No history is lost if I remember correctly. Let me double-check this. |
Beta Was this translation helpful? Give feedback.
-
Should be resolved now. I did these steps: # clone a fresh copy
git clone [email protected]:materializecss/materialize.git
# go into folder
cd materialize
# checkout main branch, was already the case
git checkout main
# rename / move main branch to main-backup
git branch -m main-backup
# switch to commit of last merge request
# 0006c36a Merge pull request #283 from ajoygp/button-documentation-updates
git checkout 0006c36aaaa3d747e17e6eb8f39a11f4a5d45261
# create new main branch from this commit
git checkout -b main
# force-push to remote main branch
git push -u -f origin main |
Beta Was this translation helpful? Give feedback.
-
Feel free to merge #287 Awesome that you have informed us, highly appreciated. |
Beta Was this translation helpful? Give feedback.
-
I have added a branch protection rule for the ... I hope this is ok. I have added the same rule for the other two branches ( cc @materializecss/members @materializecss/members-write-access @materializecss/maintainers Besides that, have a great weekend everyone and keep up the great work! |
Beta Was this translation helpful? Give feedback.
-
Problem is now solved.
Hello @materializecss/members-write-access
I accidentally clicked on this button, believing it would sync this repo to my fork :
But it synced the original repo with this repo. Over 200 commits were reverted, I'm actually contacting github's support to revert my action.
Really sorry for the inconvenience !
Beta Was this translation helpful? Give feedback.
All reactions