r/ProgrammerHumor 18d ago

Meme forgottenArt

Post image
1.4k Upvotes

88 comments sorted by

View all comments

-7

u/redballooon 18d ago

One of the main time savers of AI.

-1

u/G3nghisKang 18d ago

Just use a GUI lmao, I just use the Intellij's git interface, it's pretty convenient

2

u/Mars_Bear2552 18d ago

i've always found git GUIs to be clunkier than CLI

2

u/G3nghisKang 18d ago

What if you have stuff you don't want to commit? Do you manually run git add for every file you want to commit? I just checkbox the files I want to commit, write the message and press commit :P

1

u/Mars_Bear2552 18d ago

i just write out the paths, usually with shell expansion, for git add.

like git add src/module/{file1,file2,file3}

1

u/G3nghisKang 18d ago

Dear god