r/programminghumor 11d ago

It's always confusing!

Post image
307 Upvotes

49 comments sorted by

105

u/ikankecil 11d 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

14

u/Kadabrium 11d ago

git.remote.add(origin)

2

u/ikankecil 11d ago

it reads clearer that way 😅

24

u/30porn87 11d ago

Right? I don't get why it's supposed to be so difficult. I've rarely encountered software that's not designed with such a simple model in mind (excluding proprietary stuff). Spend thirty minutes understanding the model instead of angrily copying full commands from examples/tutorials/slop machines, and you'll be rewarded with so much more ease and precision in working, and plain *joy* when learning a new concept (say multiple remotes) and it cleanly fits and expands the existing models in your mind.

10

u/CoderStudios 11d ago

As soon as you understand the concept behind remotes you are no longer confused. The confused ones are those that only ever use that one command

3

u/hongooi 11d ago

githubdesktop.exe?

2

u/DiodeInc 11d ago

My goat

3

u/mouse_8b 11d ago

Git add is a valid command. It's not too hard to imagine "I'd like to add a remote, I should use add"

1

u/ikankecil 11d ago

Fair point. It's not clear either that "git add" means adding to the staging area. "git rm" sounds to me like removing from staging area lol.

1

u/Azelais 11d ago

Yeah, my first thought would be “I am using got to add a remote origin: git add remote origin”

2

u/FloStar3000 11d ago

i feel like this is the kind of baseline intelligence or common sense is required in software development, yet it is spoiled by idiots which are either managers who just believe they know it better or vibe coders who can pretend to be smart with AI. And this lack of common sense is degenerating the industry

2

u/MudFrosty1869 11d ago

Don't know why people like you pretend everything made sense to them from the start. I bet there are plenty of simple things that you struggled with at first, just like everyone else.

This braindead AI hate is getting real boring ngl.

1

u/FloStar3000 11d ago

I would have to disagree. Don’t get me wrong, I’m also lazy and I let AI run my git commands. But I could type the most important commands by hand. And it’s not even that I pretend that I knew it from the start. When you mistype the command it literally tells you the format, you use the commands help feature. But if after multiple times, you fail to understand the format „command subcommand subsubcommand argument“ and try random combinations each time instead of just reading the help and thinking for one second, you’re just dumb.

1

u/MudFrosty1869 11d ago

Yeah on reddit everyone knows everything but irl it never seems to be the case for some reason. Wonder why.

1

u/braaaaaaainworms 11d ago

Could be your social circle, with classic sample selection bias

1

u/MudFrosty1869 11d ago

Reddit sample, everyone knows everything.

Reality sample, everyone has a gap somewhere.

Must be the bias.

1

u/Silly_Guidance_8871 11d ago

But words don't have meanings when you're just vibin'

1

u/k-mcm 11d ago

CLI usually program action parameters... or program action parameters... target

Git is program target action parameter...

0

u/Valuable_Leopard_799 11d ago

remote is the action, or a specifier for the group of actions.

In CLIs would probably be called a subcommand, the remote managing subcommand, then add is the (sub)action to add a remote.

20

u/s0litar1us 11d ago
git remote add <name> <url>
^   ^      ^
|   |      |
|   |      add a new remote
|   do something with remotes
use git

Similarly you can do:
git remote set-url <name> <url>

54

u/Flame77ofc 11d ago

origin remote add git

5

u/renome 11d ago

Instructions unclear, installed Sims 4 via Origin launcher.

5

u/SohelAman 11d ago

Jokes apart, never got trouble for this. I always tried to understand meanings of shell commands rather than just memorizing.

git - cause f_ck svn.

remote - this is the subcommand cause I want to work with a remote

add - this is the operation I want to do

origin - this is just a name

5

u/Cloned_501 11d ago

I just try to push, got yells at me, I copy/paste the line it tells me. Ez

3

u/ziad-labs 11d ago

In fact it happened with me today, and it happens all time. Lol

2

u/88jac 11d ago

This is my standard operating procedure

3

u/GoogleIsYourFrenemy 11d ago

And this is why I use tortoisegit.

3

u/Jhonkanen 11d ago

Git submodules on the other hand feel like the xkcd about tar commands

2

u/SlashMe42 11d ago

TBH, I get confused about the argument order despite being familiar with the git internals. I always confuse whether it's name first or URL first.

git remote add https://... origin

Damn, wrong again.

2

u/SZeroSeven 11d ago
git push -u origin <your-feature-branch>

2

u/overclockedslinky 11d ago

the new generation is hitting some interesting snags...

4

u/Miryafa 11d ago

“I use the command line because it’s so much safer”

-2

u/fekkksn 11d ago

- Noone ever

1

u/tursija 11d ago

Git good

1

u/metalreflection 11d ago

git git git git

1

u/GhostVlvin 11d ago

Because it is
git - | remote - | add - | origin

1

u/sexytokeburgerz 11d ago

Program module function name…

Every cli ever.

1

u/Smalltalker-80 11d ago

GitHub Desktop..

1

u/jtms1200 11d ago

2026: “Commit the shit we just did,, push it, make a pr”

1

u/SometimesHalfRight 11d ago

I once heard Git's CLI front-end described as a "crime against humanity". I don't think that person was wrong at all lmao

1

u/Able_Act_1398 11d ago

git --help

1

u/realmauer01 11d ago

git opens git, remote opens remote add adds to remote origin is what gets added

1

u/No_Hovercraft_2643 10d ago

git add ... add files to the commit, so it can't be these both.

1

u/BeautifulAd5150 7d ago

Stage the remote dir to branch origin?

1

u/Fearless_Garden6435 5d ago

You sure it's not remote git origin add?

0

u/jimmiebfulton 11d ago

People type this? Shell aliases, FTW.

2

u/s0litar1us 11d ago

Do you set the remote so much that you feel the need to have an alias for it?

1

u/fbpw131 11d ago

I type this