Simpler context switching with Git worktrees
A few months ago, I had to do a fix that requires both backend and frontend. I branch off from my backend colleague branch… In the end…
A few months ago, I had to do a fix that requires both backend and frontend. I branch off from my backend colleague branch… In the end…
The trend today is to split things and make them thinner. We witnessed the emergence of microservices, micro-frontends… Against this trend…
If you find git confusing, I created this little cheat sheet! Please, note that I voluntarily skipped the basic commands like , … This cheat…
Nowadays, most of our projects use Git as a version control system. It means most of our projects have a folder. But, have you ever tried…
Git is a very powerful tool installed on most of our machines. As developer, we use it every day. But, unfortunately, at first glance, this…