scripts/git-purge-history.sh
2024-06-13 11:15:21 +02:00

3 lines
103 B
Bash

git reset --hard $(git commit-tree HEAD^{tree} -m "Initial commit")
git push origin threading --force