Skip to content

A sample gradle project demostrating how to use IntelliMerge APIs.

Notifications You must be signed in to change notification settings

Symbolk/intellimerge-quickstart-gradle

Repository files navigation

Quickstart for Using IntelliMerge API

Requirments

  • Windows/Linux/macOS
  • Java 8
  • Gradle 4.10.1

Setup

  1. Clone the repo and import dependencies with Gradle.

  2. Clone the sample input data from: https://github.com/Symbolk/intellimerge-sample-input.

  3. Checkout the two local branches to be merged:

git checkout ours
git checkout theirs
git checkout master
  1. Edit the file Main.java to replace the repoPath to the path where you cloned the sample input.

  2. Run Main.main() to start merging.

About

A sample gradle project demostrating how to use IntelliMerge APIs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages