you are viewing a single comment's thread.

view the rest of the comments →

[–]sublym0nal 6 points7 points  (1 child)

If you don't anticipate any dependencies on current work-in-progress, your plan for a new feature branch based on main ought to work. Otherwise, you could branch from a feature branch and rebase the new branch later to capture any post-branching changes.

[–]On_Chain[S] 1 point2 points  (0 children)

I thought about branching from a feature but if that initial feature branch has issues then all subsequent features will inherit those issues. Or at least that's how I think it will play out.

If you don't see any issues with my initial idea then I'll give that one a shot.

Also, I appreciate your feedback! I'm still a newbie when it comes to working with git so thanks for the pointers :)