scripts/git-purge-history.sh

3 lines
103 B
Bash
Raw Permalink Normal View History

2024-06-13 09:15:21 +00:00
git reset --hard $(git commit-tree HEAD^{tree} -m "Initial commit")
git push origin threading --force