Git Wizardry V: The three realms
In my previous post, I explored the relationship between a Git repository and its working directory.
In my previous post, I explored the relationship between a Git repository and its working directory.
In my previous post, I showed you how a Git repository records and organizes your changes.
In my previous post, I said that a GUI client should show the commit graph, among other things, in its main interface. But, what does this graph represent? L...
As I explained in my previous post, it’s important for a developer to understand some aspects about Git, to prevent bad things from happening.
Many developers (most of them, I would say) start using Git without understanding the very basics. They come from other version control systems (usually non-...