Testing of git merges:
- Setup test repo with a couple of files/foldes
- Create a 'small-fix' branch
- Create a 'big-feature' branch
- To the 'small-fix' branch:
- Make one or two small edits to a couple files
- Commit to branch and push to origin
- Merge into master
- To the 'big-feature' branch:
- Make a change in one of the above changed files, but not in the same lines
- Commit to branch and push to origin
- Merge master into branch
- Merge branch into master
- See if 'small-fix' changes are still in master