• FizzyOrange@programming.dev
    link
    fedilink
    arrow-up
    9
    ·
    4 days ago

    I haven’t actually used this site (found it after I already learnt Git), but it gets posted a lot, and one issue I feel like it has is it shows you the Git graph using a tool that you have to immediately throw away after you’ve finished this tutorial.

    I think it would be better if it had an actual real Git tool shown. I would say VSCode’s Git Graph extension would be ideal but unfortunately it has a stupid license.

    • gomp@lemmy.ml
      link
      fedilink
      arrow-up
      9
      ·
      4 days ago

      That, or git log --graph --pretty=oneline

      (IDK why people seem to be willing to recommend using anything in order to learn git, with the exception of git itself)

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

        I used the textbook as the primary reference but I tried some of the games posted here and they helped me learn a nuance or two that I missed while reading the book