BenWestgate / Bails

Bails is a Bitcoin solution protecting against surveillance, censorship, and confiscation. It installs Bitcoin Core on the encrypted Persistent Storage of Tails, creates and recovers Bitcoin Core wallets from Codex32 (BIP93) seed backups, and creates backup Bails USB sticks and shareable blank Bails USB sticks. Learn more in README.md.
MIT License
40 stars 7 forks source link

Once in the beta, stop committing directly onto master #30

Closed BenWestgate closed 3 months ago

BenWestgate commented 12 months ago

Once you’re in the beta, it might make sense to stop committing directly onto master and instead, create a fork and merge. It’s a huge pain in the ass but you’ll be able to link issues with PRs to better track what changes over time and why. Better “bookkeeping”.

This has accidentally caused regressions by not having tested the code I push to master. I can use a devel branch.