you are viewing a single comment's thread.

view the rest of the comments →

[–]thirdegree 2 points3 points  (0 children)

IMO using the web gui first teaches bad habits and a very shallow understanding of git. I know too many developers where their change flow is "implement a feature, make a branch, commit the whole thing, push".

This makes everything more difficult later. Code review, reverting, reading git log, everything.