rozdol / bi-src
双源空模板
v1.1.1
2019-06-26 19:29 UTC
Requires
- php: >=5.3
- composer/installers: ^1.1
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