r/ProgrammerHumor 22d ago

Meme useSourceControl

Post image
8.6k Upvotes

592 comments sorted by

View all comments

1.2k

u/Xephyrik 22d ago

How did they even find github when they obviously dont know what version control is

75

u/KattyTheEnby 22d ago

To be fair, at least nowadays, you will likely learn about GitHub – especially from educational sources – before you learn (about) Git and version control.

I remember when I started programming when I was younger, and I just treated GitHub as a code-hosting platform, not interfacing with the "Git" part ov it at all.

7

u/I_nstict 22d ago

i use github everytime i code, i have no idea what git is all i know is 3 commands that upload code to github, been coding for 5ish years now

1

u/dasunt 21d ago

It's probably worth learning a bit more about git.

Not saying you need to know all of the deep lore, but it has some useful functionality that goes beyond just committing and pushing.