This repository has been archived on 2023-01-27. You can view files and clone it, but cannot push or open issues or pull requests.
cad/clear_history.sh
2022-10-15 19:16:08 +02:00

7 lines
176 B
Bash

git checkout --orphan latest_branch
git add -A
git commit -am "for the boyz"
git branch -D master
git branch -m master
git push -f origin master
git gc --aggressive --prune=all