Comment Re:GitHub has been terrible for years (Score 3, Insightful) 37
The Git command line utility itself is also bloated nowadays.
Perhaps, but one of the nice properties of a command-line app is that the addition of features needn't slow down people who don't need those features.
E.g. git could add 300 more keywords, and as long as the basic "git clone", "git update", "git commit", and "git push" keep working, I won't be effected by that at all.
A GUI-based tool, OTOH, will find its user interface getting increasingly cluttered (and/or cryptic) proportional to the number of features that get shoehorned into it.