top | item 6420164

Git Shouldn't Be So Hard To Learn

23 points| shawndumas | 12 years ago |think-like-a-git.net

7 comments

order
[+] Choronzon|12 years ago|reply
Git has a horrendous user interface design,only mitigated by systems like github which manage to abstract much of the inconsistent logic of the interface from the user. Torvalds may well be an excellent coder but I wonder how this lack of "taste" for a better word has effected the linux project itself.
[+] jmulho|12 years ago|reply
One guy writing the internals of git: conceptual integrity. One thousand guys writing the so-called "porcelain" of git: conceptual dyslexiphrenia. Open source may be great for fixing bugs. It's apparently not so great for designing interfaces.
[+] captaincrowbar|12 years ago|reply
I'm trying to become more comfortable with git, but I'm afraid I found this site a waste of time. It's not the concepts that make git hard to learn - it's memorising all those bloody commands.
[+] jessaustin|12 years ago|reply
Apparently this is important: References Make Commits Reachable.

[EDIT] Actually this is a great resource. Very clear thinking and explanations.

[+] wat0|12 years ago|reply
It's not hard...
[+] krapp|12 years ago|reply
That's subjective. Many programmers would probably have a difficult time even understanding what git is, much less how to use it. Once you get over that hump, sure, the basics are fine, make repo, add files, branch, push. Anything beyond that suddenly becomes arcane magic.