irelephant [he/him]@programming.dev to Programmer Humor@programming.devEnglish · 11 months agoFox news trying to explain github.programming.devimagemessage-square49linkfedilinkarrow-up1772arrow-down13file-text
arrow-up1769arrow-down1imageFox news trying to explain github.programming.devirelephant [he/him]@programming.dev to Programmer Humor@programming.devEnglish · 11 months agomessage-square49linkfedilinkfile-text
minus-squaremonkeyman512@lemmy.worldlinkfedilinkEnglisharrow-up101arrow-down5·11 months agoPart 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.
minus-squareEranziel@lemmy.worldlinkfedilinkarrow-up112·11 months agoRepository: 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.
minus-squarehperrin@lemmy.calinkfedilinkEnglisharrow-up73·11 months agoRepository: your code. Fork: my code. Pull request: u want my code?
minus-squarederfunkatron@lemmy.worldlinkfedilinkEnglisharrow-up7·11 months agoWhat do trees have to do with computers?
minus-squarenao@sh.itjust.workslinkfedilinkarrow-up23arrow-down1·11 months agoWhy even bother explaining those terms if you only have that much screen space.
minus-squaremerc@sh.itjust.workslinkfedilinkarrow-up3·11 months agoRepository: 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.
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.
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.
Repository: your code.
Fork: my code.
Pull request: u want my code?
in a *branch?
What do trees have to do with computers?
Why even bother explaining those terms if you only have that much screen space.
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.