19
Why Git is hard
(roadrunnertwice.dreamwidth.org)
Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.
Resources
Rules
Git Logo by Jason Long is licensed under the Creative Commons Attribution 3.0 Unported License.
I've only ever seen two parts of git that could arguably be called unintuitive, and they both got fixes:
git resetseems to do 2 unrelated things for some people. Nowadaysgit restoreexists.a..banda...bcommit ranges in various commands. This is admittedly obscure enough that I would have to look up the manual half the time anyway.man git foodidn't used to work unintuitive I guess.The tooling to integrate
git submoduleinto normal tree operations could be improved though. But nowadays there'sgit subtreefor all the people who want to do it wrong but easily.The only reason people complain so much about git is that it's the only VCS that's actually widely used anymore. All the others have worse problems, but there's nobody left to complain about them.