What is the first thing a developer should do when starting to work on a new feature? If that developer is used to the “old processes”, they might wait until someone creates a set of branches, a few environments, infinite approvals, and a bunch of other silly things no one should need today. We already saw that creating a development environment is very easy and fast with DevPods. I’m going to ignore talking about the approvals, so the only thing left is branches.

Creating a branch

Today, no self-respecting developer needs others to create branches. Since we are not developing against a common “development” branch any more but using feature branches, we can create one ourselves and start developing a new feature.

Get hands-on with 1200+ tech skills courses.