rozdol/bi-src

双源空模板

维护者

详细信息

github.com/rozdol/bi-src

源代码

问题

安装: 223

依赖: 1

建议者: 0

安全: 0

星标: 0

关注者: 2

分支: 0

公开问题: 0

类型:vanilla-theme

v1.1.1 2019-06-26 19:29 UTC

This package is auto-updated.

Last update: 2024-09-27 07:54:44 UTC


README

参考 https://github.com/rozdol/bi-skel

将历史重置到最后一次提交

git checkout --orphan newBranch
git add -A  # Add all files and commit them
git commit
git branch -D master  # Deletes the master branch
git branch -m master  # Rename the current branch to master
git push -f origin master  # Force push master branch to github
git gc --aggressive --prune=all     # remove the old files