DEV Community

Discussion on: How to better organize your git commits

Collapse
 
jessekphillips profile image
Jesse Phillips

Completely agree and why I wrote

Though I recommend git gui over the command line for breaking up commits.

Collapse
 
krzykamil profile image
Krzysztof

Yea sure gui's are nice and helpful but also a matter of preference I think. Personally im very used to and comfortable with CLI and I thought it's better for an article like this to showcase basic, and kinda of a "default" usage of this command.

Collapse
 
jessekphillips profile image
Jesse Phillips

Oh I completely understand, but I think this Cli can scare people off of doing the right thing. That doesn't mean I want to write a tutorial on the unintuative git gui.

I showed a dev the technique with Git gui and the response was, "I prefer the command line." I let him know he could do the same thing there.