• 0 Posts
  • 34 Comments
Joined 2 years ago
cake
Cake day: July 3rd, 2023

help-circle




  • AeonFelis@lemmy.worldtoProgrammer Humor@programming.devWell well well.
    link
    fedilink
    arrow-up
    15
    arrow-down
    1
    ·
    edit-2
    10 days ago

    This is not about mistakes in the Git-managed code. This is about mistakes in the Git commands themselves. Anything that involves merging/rebasing/conflict resolution can potentially be botched. These mistakes are usually fixable, but:

    1. Fixing it requires some Git proficiency behind the level of the common Git user.
    2. If you don’t catch it in time, and only find the mistake when it’s deep in your layers of Git history - well, good luck.