rozdol / bi-src
Bi source empty template
Installs: 239
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:vanilla-theme
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