There are two main branches in this repository, master and update. They contain mostly the same files but update does not include configuration and comparison-elements files. Because of this it is save to merge update into your own comparison.
- Add ultimate-comparison-base as a remote origin:
git remote add base https://github.com/ultimate-comparisons/ultimate-comparison-BASE.git- Pull from base update and automatically merge:
git pull -Xtheirs base update