rozdol / bi-src
Bi source empty template
v1.1.1
2019-06-26 19:29 UTC
Requires
- php: >=5.3
- composer/installers: ^1.1
README
Refrer to https://github.com/rozdol/bi-skel
Reseting the history to the last commit
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