diff --git a/git-purge-history.sh b/git-purge-history.sh new file mode 100644 index 0000000..c7882ae --- /dev/null +++ b/git-purge-history.sh @@ -0,0 +1,2 @@ +git reset --hard $(git commit-tree HEAD^{tree} -m "Initial commit") +git push origin threading --force