• Kaeru@slrpnk.net
    link
    fedilink
    English
    arrow-up
    7
    ·
    12 hours ago

    Alright you convinced me its time to pick up this skill. How does one best learn git? Just play around with it and break things?

    • LordPassionFruit@lemm.ee
      link
      fedilink
      arrow-up
      4
      ·
      11 hours ago

      That’s basically how I did it.

      To properly learn it using this method, create a directory that contains only text files and sub directories and treat it like a real project. Add files, delete them, play around with updating the repository. Try and go back a few updates and see how the things react. Since it’s not a real project there’s no risk of loss, but you’ll still get to see the effects of what you do.