Hacker News new | ask | show | jobs
by j-kidd 4535 days ago
> I don't know if you've looked at the graph of a Git repo where people merge instead of rebase

We use merge instead of rebase. Here's a snapshot of the graph:

  | | | | | | | | | | | | | | |                  
  * | | | | | | | | | | | | | |
  |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
  | |_|/ / / / / / / / / / / / /
  |/| | | | | | | | | | | | | |
  | | | | | | | | | | | | | | |
There are only 4 people working on the repo.
2 comments

I'd expect 5 lines (trunk + 4 branches). What're the others?
Exactly! I feel like I need a drink after looking at that.