Skip to content

pobratime/GitHubBranchComparer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub branch comparer

Project Overview

This library is designed to find all files with the same path that were changed in both branchA (remotely) and branchB (locally) independently since the merge base commit.

Usage

  1. Clone this repository to your local machine.
  2. Update the Example class with your GitHub repository details and access token.
  3. Run the Example class to find the files changed in both branchA and branchB since the merge base commit.

Testing

The library includes tests to ensure the correctness of the implemented functionalities. Make sure to run the tests using mvn test.

Disclaimer for testing

If mvn test doesn't work or outputs an error try changing these lines:

    <maven.compiler.source>23</maven.compiler.source>
    <maven.compiler.source>23</maven.compiler.source>

so that they use a different version, if you dont have jdk 23.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages