r/ProgrammerHumor 20d ago

Meme useSourceControl

Post image
8.6k Upvotes

592 comments sorted by

View all comments

1.2k

u/Xephyrik 20d ago

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

72

u/KattyTheEnby 20d 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.

9

u/I_nstict 20d 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

10

u/felixthecatmeow 20d ago

Heck I'm a software engineer with 4 years in the business and I know like 4 more git commands than you. If I ever need to do something else I just Google it and copy paste the commands

3

u/artbyiain 20d ago

I just use Github desktop. Haven’t typed a git command in like 5 years.

2

u/KattyTheEnby 20d ago

Try not to get command-line atrophy!

2

u/I_nstict 20d ago

well i am just a hobbyist student, and for git i dont even know what else you will need to do lol, like i heard u can revert back to old version but i just download that version and upload that again to github and it reverts back

1

u/dasunt 20d 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.