Most people understand the basics of git. Creating a repository, branching, merging... those are all pretty simple tasks. Part of the power of git resides in its ability to actually manipulate the history of a repository and clean things up, remove things that should not have been there, and do detective work. Let's spin up our time machine and mess around with the past.

Comments

Comments are closed.

Koldo Picaza at 12:33 on 16 Oct 2021

A lot of info and nice talk to understand how git does the things.

Very engaging talk. He demystified some of the intimidating portions of a git workflow.