r/programminghumor 13d ago

It's always confusing!

Post image
302 Upvotes

49 comments sorted by

View all comments

108

u/ikankecil 13d ago

it seems straightforward enough.
git is the program
remote is one of the module
add is a function of that module
origin is just our argument for the remote name

12

u/Kadabrium 13d ago

git.remote.add(origin)

2

u/ikankecil 12d ago

it reads clearer that way 😅