melawy-kde-theme-win12-kde6/cleanup.sh

20 lines
378 B
Bash
Raw Normal View History

2023-11-16 22:11:08 +05:00
#!/bin/bash
mv .git/config config
rm -rf .git
git init -b main
mv config .git/config
git add --all .
git commit -m "cleanup"
git push origin main --force
echo "################################################################"
echo "################### cleanup Done ######################"
echo "################################################################"