This repository has been archived on 2024-03-30. You can view files and clone it, but cannot push or open issues or pull requests.
ion_test_game/wipe.bat

14 lines
258 B
Batchfile

git checkout --orphan latest_branch
git add -A
git commit -am "Inital Commit"
git branch -D main
git branch -m main
git push -f origin main
timeout 30
git reflog expire --expire=all --all
git prune --progress
git gc --prune=now
git gc --aggressive
pause