Skip to content

streembit/streembit-blockchain-registry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

streembit-blockchain-registry

Streembit blockchain config and registry files

Steps when released to public to have a clean commit history:

Create a new orphan branch (no history)

git checkout --orphan new-main

Stage all files

git add .

Create your single commit

git commit -m "Initial public release"

Delete the old main branch

git branch -D main

Rename new branch to main

git branch -m main

Force push to GitHub (replaces all history)

git push -f origin main

About

Streembit blockchain config and registry files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published