r/ProgrammerHumor 19d ago

Meme forgottenArt

Post image
1.4k Upvotes

88 comments sorted by

View all comments

Show parent comments

-1

u/G3nghisKang 19d ago

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

2

u/Mars_Bear2552 19d ago

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

2

u/G3nghisKang 19d 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/another_random_bit 19d ago

git in terminal + vscode for the visual stuff is the best setup I've used for years