• 1 Post
  • 19 Comments
Joined 1 year ago
cake
Cake day: June 9th, 2023

help-circle

















  • Soft fork works like this:

    1. Create fork
    2. Update with whatever features are needed
    3. Try to upstream to main via upstream pull request
    4. Rebase off of original repo
    5. Repeat from 2

    In practice, there shouldn’t be much of a diff, so it will be easy to keep it up to date (as long as original repo accepts upstream PRs from the soft fork). There are some minor features which need to be added, and it helps the original repo anyways.