Skip to content

InfiniteEchoes/coq-advice

Repository files navigation

README

这里是比较随性地使用中文记录自己对Coq这个语言的理解的场所。

未完成的内容,或者不建议观看的笔记,文件名会以_为前缀。

附录

删除git仓库历史的方法

-- 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

About

With serious language barricade, collected and organized personal experience in Coq

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published