15
crisz
5y

If git was written in english or in ancient greek it made no difference. It's everything counter-intuitive and you have just to learn commands by heart and google the errors. Because nothing makes sense, even if you know how it works and you used it for years

Comments
  • 3
    Can you give an example?
  • 1
    Agreed. Git is awesome at what it does but yeah its everything but intuitive.
  • 1
    The UI is totally fucked up because they stitched together features and slapped arbitrary commands on it. Even Git's "porcelain" is still plumbing.

    Proper development would have been to design a workflow and only THEN the functionality that implements the workflow.

    Git is a bad example of what can happen when you have only devs in your team.
  • 1
    I don't understand what made no sense to you. I'm really looking for examples and usecases that git apparently couldn't be applied for
  • 2
    http://stevelosh.com/blog/2013/...
    This is a good example of how git is counter-intuitive
  • 0
    @StopMotionCuber checkout and dealing with branches are the biggest pains I've suffered, but I've sort of adjusted to such idiosyncrasies
Add Comment