Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

> Unfortunately, it looks like you just committed everything that changed on both branches and the history can be difficult to track and/or confusing.

I don't think this is really true. You'll just introduce a single merge commit on top of both your commits and the other person's. Yes, if you diff that merge against your own work, you'll see all the work that other people committed, but I think it's fairly well understood that a merge commit is just that - you merging your changes with other changes.

It can be a bit tricky to read the log when merge commits are involved, but try the --graph option or a graphical log tool.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: