From c7cd3c7f555b51d3edbfb921332201bd5adcd477 Mon Sep 17 00:00:00 2001 From: ccppi Date: Thu, 13 Jun 2024 11:15:21 +0200 Subject: [PATCH] sdf --- git-purge-history.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 git-purge-history.sh 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