
2025-06-03 13:24:59
@… @… Possibly forking, but building from scratch appeals to me. (Except the UI part, which is the main reason I'm not doing it.)
I have opinions about how this kind of thing should work. Specifically, I don't want a "read i…
@… @… Possibly forking, but building from scratch appeals to me. (Except the UI part, which is the main reason I'm not doing it.)
I have opinions about how this kind of thing should work. Specifically, I don't want a "read i…
Dev.to author Karm Patel writes about different standardized ways to go about git branching for different software development workflows in 2025. From Git Flow to Forking Workflows, each is evaluated exposing their pros and cons weighting each approach's complexity vs its contribution to best modeling your workflow.
"Git Branching Strategies: A Comprehensive Guide"
@… @… I love this. ^_^
This is the same GitHub where any commit on any fork is accessible in the forked repository, right?
I wonder if you can brick someone else's repo by forking, without even opening a PR…