improved GIT user interface
The UI can be confusing and inconsistent for newbies. In fact, even after three years of using git, there are commands I still find confusing (do I want git revert or git reset… and does it need –hard, HARD, –cached, HEAD, –, or something else?).
An interface should never be a by-product of the implementation of the system. This is where the Git UI goes wrong.
Comments Off on improved GIT user interface