Git Utils is a library to facilitate the interaction with git repositories with the aim to support the API's of major git platforms such as Github and Gitlab.
- Java Development Kit (JDK) 11 or higher
- Maven 3.6.0 or higher
- Clone the project on your machine using
git clone https://github.com/UL-SnT-Serval/java-commons-git-utils.git
. - Move to the directory.
- run the Maven command
mvn clean install
.
Code is under the Apache Licence v2.