© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Thanos Korakas
Coding around
Working with git branches. Every new feature is a new branch. Merging every new feature to dev branch, CI run your tests. Then you can select to merge manually or automate CI to merge dev to master branch and deploy your application.