Replies: 1 comment 1 reply
-
Yes, some of us use stacked branches, but it's not a requirement:) Generally our workflow is branching off from main, doing a unit of work, pull requesting that in. Some choose to add additional work on top of open PRs, making them stacked, but it's not always the case. We exclusively squash merge into main |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm the founder of GitLive and we have been using your repo for testing because it's one of the fastest moving projects we've come across on GitHub - so congrats for that! 🚀🚀
We are working on enhancing our pre-emptive merge conflict detection algorithm and had a question about your workflow @ reth. In particular I wanted to ask @emhane or others if they are using branch stacking (branch off an existing branch to continue working whilst the previous branch is awaiting review).
It's not obvious by simply looking at the git history so thought I would reach out, any details on your branching strategies would help us improve GitLive and would be greatly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions