• freamon
    link
    fedilink
    31 year ago

    I just did this:
    rm TEST/ * instead of
    rm TEST/*

    and spent a long minute staring at my terminal, having just nuked the contents of my working directory.
    I’m sure there’s lots of benefits to open-sourcing your stuff, but the big one for me right now, was that I was able to get things back again.

    • @[email protected]
      link
      fedilink
      21 year ago

      I get it, I did an accidental rm -rf / something about twenty years ago and I’m still careful.

      I caught it pretty quickly, but I had to spend a lot of time panicking and redownloading system files. I was in college at the time so it felt like changing parts on a speeding car.

    • @SpaceNoodle
      link
      21 year ago

      You don’t gotta make it open-source to run git.

      • @[email protected]
        link
        fedilink
        21 year ago

        Seconded.

        I use it for everything I can. Config files, private text documents, MUD maps… everything I can put into source control goes into source control.

        I don’t know what it is, I just love git.

        • @SpaceNoodle
          link
          11 year ago

          It’s simple collaborative versioning, and way faster than it has any right to be