HACKER Q&A
📣 CedricTeyton

GitFlow or Trunk-Based Development?


curious what's your current development workflow :o)


  👤 yobid20 Accepted Answer ✓
Always TBD. Anything else is a complete and utter mess. Branch for development. Always rebased squashed and merged back to master and delete dev branch. Leaves clean git history with no mess and no merge issues. This is the way.