Runterwählen ist kein Gegenargument.

[Verifying my cryptographic key: openpgp4fpr:941D456ED3A38A3B1DBEAB2BC8A2CCD4F1AE5C21]

  • 17 Posts
  • 135 Comments
Joined 11 months ago
cake
Cake day: July 1st, 2024

help-circle













  • Git is quite powerful on its own with version control, diffs, branches, merging, etc.

    All version control systems do that, hence my question.

    Git was conceived as a bazaar (because of its use for the Linux kernel), but most projects are more like cathedrals. In my opinion, Git is simply over-engineered for most projects. For projects that you don’t want to share with others, even CVS would probably suffice…