Showing posts under the "Comics" category

Understanding Git Branches (Illustrated)

Understanding Git Branches (Illustrated)

Posted 3 years ago in

But when multiple developers need to work in the same Git repository, it is important to define a process that allows collaboration. That's when branches become essential.

Stage. Commit. Push. A Git Story (Comic)

Stage. Commit. Push. A Git Story (Comic)

Posted 3 years ago in

When we're getting started with [Git](), it can be difficult to understand where our files live, how they change state, and when exactly they leave our local machine to reach the external repository. I have an analogy for that.