• jadero@programming.dev
    cake
    link
    fedilink
    arrow-up
    2
    ·
    7 months ago

    I am in a perpetual wonderland of git confusion, but this was a good read. And maybe I now have a pathway to enlightenment.

    • robinm@programming.dev
      link
      fedilink
      arrow-up
      7
      ·
      7 months ago

      If you try to learn git one command at a time on the fly, git is HARD. If you take the time to understand its internal data structure it’s much, much easier to learn. Unfortunalely most people try to do the former because it works well (or better) for most tasks.

      I can’t recommand enough the git parable.

      • jadero@programming.dev
        cake
        link
        fedilink
        arrow-up
        3
        ·
        7 months ago

        Thanks. I guess it’s the perpetual problem of learning something new. Instead of starting at the beginning, we trick ourselves into thinking that we can skip the fundamentals. Then we have difficulty and think that the problem is one of complexity or just over our heads instead of our approach.

        • bitcrafter@programming.dev
          link
          fedilink
          arrow-up
          6
          ·
          7 months ago

          In fairness, sometimes it is useful to get hands on experience with a system before you dig into its fundamentals so that you have a reference point that helps you absorb the information.