33
What was your “aha” moment when you finally understood Git?
(programming.dev)
Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.
Resources
Rules
Git Logo by Jason Long is licensed under the Creative Commons Attribution 3.0 Unported License.
Fun fact. Such merges with more than 2 parents are called 'octopus merges'. The Linux repo has a single merge with 66 parents that Torvalds named the 'Cthulhu merge'.
On its own, that is. Not if you do a
git gc
.Reflog - one of the most underrated git commands that has the potential to save your life some day. At least one team member must learn it.