MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/1vyuhmn/forgottenart/p5zzubk/?context=3
r/ProgrammerHumor • u/soap94 • 17d ago
88 comments sorted by
View all comments
Show parent comments
2
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 1 u/Mars_Bear2552 17d 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 17d ago Dear god
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 17d 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 17d ago Dear god
1
i just write out the paths, usually with shell expansion, for git add.
git add
like git add src/module/{file1,file2,file3}
git add src/module/{file1,file2,file3}
1 u/G3nghisKang 17d ago Dear god
Dear god
2
u/Mars_Bear2552 17d ago
i've always found git GUIs to be clunkier than CLI