Skip to content

Github Workflows Strategies

Mehdi Hadeli edited this page Mar 21, 2023 · 3 revisions

Articles

Videos

Notes

  • My GitHub work flow:
    • Create a feature branch for each new feature
    • Create a pull request for merging feature to develop branch
    • Merge back develop to all feature branches
    • merge, develop to main locally

Tools

Samples

Clone this wiki locally