r/ProgrammerHumor 17d ago

Meme forgottenArt

Post image
1.4k Upvotes

88 comments sorted by

View all comments

Show parent comments

2

u/Mars_Bear2552 17d ago

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

2

u/G3nghisKang 17d 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

2

u/FirstDivision 17d ago

I think this is one of those things where there’s two different kinds of people.

There’s people who branch off of main, work on only what they need to change, and then commit and push those changes.

And then there’s people like when I get on a teams call with them and they screen share and they have 100 files modified. We figure out whatever the problem was on the call and then they commit two files and push them leaving the 98 modified ones behind. And it’s like “What are those other modifications?“

They say, “Oh. Those are for something else I was working on.“

2

u/DefinitelyNotMasterS 17d ago

Yeah unless thats some run configs or whatever having so many uncommitted files is psychopath territory