• meow
    link
    fedilink
    901 year ago

    I don’t open source my code bc I don’t understand git

    • @nastyyboi
      link
      461 year ago

      So, you don’t “git it”?

      I’ll escort myself out.

    • Victoria
      link
      fedilink
      181 year ago

      it’s just linked lists of commits (except when merging)

        • @[email protected]
          link
          fedilink
          201 year ago

          In internet terms: It’s just a soyjak holding a box with data who is pointing at another soyjak holding a box with data who is pointing at another {insert N-3 of the same soyjaks} soyjak with a box with data without an arm to point with

          • ibk
            link
            51 year ago

            I don’t understand what a soyjak is.

                • Victoria
                  link
                  fedilink
                  51 year ago

                  each commit points to the one before. additionally a commit stores which lines in which files changed compared to the previous commit. a branch points to a particular commit.

    • @[email protected]
      link
      fedilink
      51 year ago

      There’s a guy out there who made a reversible NES emulator, meaning it can run games backwards and come to the correct state. He made a brilliant post on Reddit /r/programming linking his ideas for the emulator to quantum mechanics.

      Then he was asked why he didn’t distribute his program in git. He said that he didn’t know git.

      To me, that’s a pretty good example of the difference between computer science and software engineering.

    • xigoi
      link
      fedilink
      11 year ago

      You can open source your code just by uploading it on some kind of cloud storage and setting it as publicly available.