lundi 20 janvier 2020

Better workflow for Git?

Currently our team has a development and a stable branch. We all develop code, then push our branch to development and have the entire team read every single merge request (and some of them are huge).

After that, the developer has to test his code on the development/test branch. If all is well, he makes another merge request to stable (which can look a lot different, so we all have to double check again). When everyone has approved, this gets merged into stable.

We are doing this on GitLab, almost everything manually by hand.

Is there a way we can speed up/automate this process (partially)? This is way too time consuming and I'm starting to think bigger companies don't work like this, it should be impossible for huge companies to work like this and still get their code finished in time.

Aucun commentaire:

Enregistrer un commentaire