How to Work Efficiently With Git ?

Posted on Tue 07 June 2022 in misc

Git is a tool, and like any tool, there is a big difference between using it and using it properly. I will describe in this article the workflow I'm using in my day-to-day developer's job.

Starting to Work on a Ticket

When I start working on a Bug, on a …


Continue reading

An Overview of Some Git Branching Models

Posted on Mon 14 March 2022 in misc

Git is a wonderful tool. But like all tools, it require methods to be used correctly. We will cover in this article some git branching model I have encountered during my career.

Trunk Only Development

Used either by student who don't know what they are doing or by skilled and …


Continue reading