• z3rOR0ne@lemmy.ml
        link
        fedilink
        arrow-up
        5
        ·
        edit-2
        3 months ago

        I know. I have a bunch of redirect extensions on all my device’s browsers, so this is what I get when I click on these links. No such extensions on iOS sadly.

        Setting up such a bot shouldn’t be too hard though, I see it all the time for YouTube to Invidious instances.

      • jkrtn@lemmy.ml
        link
        fedilink
        arrow-up
        2
        ·
        3 months ago

        I’d love this. Medium is such an irritating enshittification of the web. It used to be just a nice and crisp content host, so of course the nanosecond they have inertia with users they start walling shit off. I usually bounce if I get linked to it.

  • TechNom (nobody)@programming.dev
    link
    fedilink
    English
    arrow-up
    3
    ·
    3 months ago

    For anyone looking to learn git, the official book and site are thorough and exceptional. You can even download the eBook for free. While there’s no harm in using other sources to learn git, don’t use them as an alternative to the canonical source.

    • embed_me@programming.dev
      link
      fedilink
      arrow-up
      1
      ·
      3 months ago

      I completely agree. Still, the interactive graphical visualizations like in the ohmygit game are quite helpful and fun to play around with. I would recommend checking it out after you go through the official git book to consolidate your knowledge.

  • caseyweederman@lemmy.ca
    link
    fedilink
    arrow-up
    1
    ·
    3 months ago

    I just went through this and it made some things click in ways that just weren’t clicking: https://ohmygit.org/
    It was designed to allow for custom stages and I hope that a community rises up and fleshes out the more complex concepts. Yes I’m hinting.

  • FizzyOrange@programming.dev
    link
    fedilink
    arrow-up
    1
    arrow-down
    1
    ·
    3 months ago

    Quite verbose and I feel like it doesn’t actually explain things that will. E.g. jumping straight into branches is a weird order.

    I can’t remember where I read it but the thing that made me understand Git was some tutorial that started out with “what would you do without git? You might copy & paste your whole project and add V2 on the end, then V3 etc. Those are commits. Now you want to keep track of things so you record parents etc…”

    Semantically git is extremely simple so I don’t think it takes long to explain it properly. The really tricky bit is the CLI, but my very strong recommendation is to not use the CLI until you have some experience of the semantics via a good GUI (e.g. Git Extensions) because you’ll need a good mental model of what you are doing if you can’t actually see it.