暴力清理git
2020-03-27 本文已影响0人
今天也没找着北
cat .git/config # note <git-uri>
rm -rf .git
git init
git add .
git commit -m "随便什么信息"
git remote add origin <git-uri>
git push -u --force origin master
cat .git/config # note <git-uri>
rm -rf .git
git init
git add .
git commit -m "随便什么信息"
git remote add origin <git-uri>
git push -u --force origin master