github常用操作记录
Solution 1# Remove the history fromrm -rf .git# recreate the repos from the current content onlygit initgit add .git commit -m "Initial commit"# push to the github remote repos ensuring you overwrite historygit remote add origin git@github.com:<.