Exercises for chapter 15.
- Two people edit different files, pull before push, not conflict.
- Two people edit the same file, get conflit, resolve it.
- Individual, merge conflict through branches
- Two people edit same code, fix merge conflicts
Note, there is no complete
branch showing each step. Also, exercises
should be re-written to use merge
rather than rebase
.