这里是比较随性地使用中文记录自己对Coq这个语言的理解的场所。
未完成的内容,或者不建议观看的笔记,文件名会以_为前缀。
-- Remove the history from
rm -rf .git
-- recreate the repos from the current content only
git init
git add .
git commit -m "Initial commit"
-- push to the github remote repos ensuring you overwrite history
git remote add origin [email protected]:<YOUR ACCOUNT>/<YOUR REPOS>.git
git push -u --force origin master