version control
Working With Git Mono Repositories
This post delves into my experience working with mono repositories in Git. What Do I Mean By “Mono Repository”? In general, a mono repository (monorepo) in Git houses all of a company or organization’s projects and libraries in a single repository, as opposed to multiple individual …
Git Visualization
I’m new in writing blog posts or articles, but for me, there always has to be at least one picture accompanying such an article to liven it up a bit. After finishing the content of my first blog post The Evolution of Git I started to search for a picture or at least some inspirations to spruce …
The Evolution of Git: A Comprehensive Journey …
Introduction In the ever-changing landscape of software development, the introduction of Version Control Systems (VCS) marked a fundamental shift in how developers manage and collaborate on code. This blog post explores the origin and evolution of Git, one of the most widely utilized and …