rozdol/bi-src

Bi source empty template

Maintainers

Details

github.com/rozdol/bi-src

Source

Issues

Installs: 223

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:vanilla-theme

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

This package is auto-updated.

Last update: 2024-03-27 06:46:26 UTC


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