Comment on Ask HN: What Git branching strategy do you use in 2023, and why?Comments−superdeeda3yGithub flow [1] for me - which is basically what others have mentioned about branching feature branches directly from main and merging as soon as the pull request is approved.[1]: https://githubflow.github.io/
Comments
Github flow [1] for me - which is basically what others have mentioned about branching feature branches directly from main and merging as soon as the pull request is approved.
[1]: https://githubflow.github.io/