#version-control-systems
Read more stories on Hashnode
Articles with this tag
How git merges different timeline! · Now we know that there can be multiple timelines. These timelines can represent different features that you are...
Branching out your own timeline... · In the previous articles, we understood how git stores our data in the .git repository. Now that we are familiar...
The fuel powering our time machine... · In the previous article, we discussed the approach taken by Git to save code snapshots. Now it is time to get our...
Let us understand what powers our time machine. · In the previous article, we saw the high-level architecture of our time machine, git. However, only...
Why git is the way it is... · In this article, we will unfold why git is designed the way it is, and why we have referred to it as a time machine. Here,...