Hacker News new | ask | show | jobs
by zwischenzug 15 days ago
Except the "merge mess" footgun.

I got into training people in Git (I now do it for O'Reilly) because I worked with 12 teams that merged _everything_ into sub-branches. The result was that the `git log --oneline` command resulted in screensful of just pipes.

My initial training goal in training was getting my students to understand a rebase to avoid that mess.

1 comments

Can you point to your course in O'Reilly catalogue please?