Apr 22, 2021
Hi Erikka nice article.
Anyway I've found that there is another method (maybe simpler) if you want to try it:
1) delete the .git hidden directory in you repository
2) launch
- "git init"
- "git add ."
- "git commit -m "removed history" "
- "git remote add origin <URL>"
- "git push -u --force origin <branch>"