Hacker News new | ask | show | jobs
by SAI_Peregrinus 2111 days ago
Git's documentation tends to tell you how it does what it does, without telling you what it's trying to accomplish. It's the equivalent of the classic beginner comment:

a += 5; // Add 5 to a

Entirely accurate, and totally useless.