This screenshot is old (at least 12 years).

  • @monkeyman512@lemmy.world
    link
    fedilink
    English
    1295 days ago

    Part of me is bothered by those explanations, but if I had to explain GitHub to a tech illiterate grandparent with that much screen space I don’t know if I would do much better.

    • @Eranziel@lemmy.world
      link
      fedilink
      1335 days ago

      Repository: a collection of computer code for a software program (or app if you insist).

      Fork: a copy of a repository so you can edit it without affecting the original.

      Pull request: a request to the owner of a repo to bring in some changes you made in a fork.

      I think I even got the word count down.

      • @bonn2@lemmy.zip
        link
        fedilink
        95 days ago

        I haven’t seen the news release, but I would hope they are explaining those terms because they are going to have someone on to talk about github and they were planning on using said terms

    • jonathan
      link
      fedilink
      English
      195 days ago

      You’d probably spell words correctly though, right?

    • @merc@sh.itjust.works
      link
      fedilink
      34 days ago

      Repository: a collection of related computer code, like related files in a filing cabinet

      Fork: a copy of a repository at a certain point in time, like a fork in the road, they diverge from that point

      Pull request: a request that a repository owner incorporate your changes into their files.