Your Git horror stories (programming.dev)
submitted 3 years ago* (last edited 3 years ago) by [M] to c/git@programming.dev
 

We all have been there... For the beginner it's easy to mess things up. What are your horror stories with Git?

Link to xkcd

all 5 comments

sorted by: hot top controversial new old
[–] 2 points 3 years ago (1 child)

Those first couple months learning git... yeah, it is weird, but once it clicks... you'll be surprised how truly simple it is.

The programming world would be awful without it

  • source
  • hideshow 2 child comments
  • [–] 1 point 3 years ago (1 child)

    Learning git was like every other cool tech thing for me (including the fediverse). People explain it in such a convoluted way. It’s like they think you want to understand the deep theory of it before you get up and running!

    Yes, git is more than just a “save box”, but really, new users should absolutely just think about it as a save box. Learn the fancy shit later.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 2 points 3 years ago

    Joined on a project and the unsupervised junior devs had branches for each developer, even if they were working on the same features. They were copying and pasting each others code into their personal branches to stay up to date.

    Spaghetti commits took a while to unwind.

  • source