Skip to content

A sample maven project demostrating how to use IntelliMerge APIs.

Notifications You must be signed in to change notification settings

Symbolk/intellimerge-quickstart-maven

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quickstart for Using IntelliMerge API

Requirments

  • Windows/Linux/macOS
  • Java 8
  • Maven 3.6.1

Setup

  1. Clone the repo and run the following command under the root directory of the cloned repo to import dependencies:
mvn initialize
  1. Clone the sample input data from: https://github.com/Symbolk/intellimerge-sample-input.

  2. 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 maven project demostrating how to use IntelliMerge APIs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages