Skip to content

serval-uni-lu/java-commons-git-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Git Utils

build codecov License Maven Central

Description

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.

Build requirements

  • Java Development Kit (JDK) 11 or higher
  • Maven 3.6.0 or higher

Build from source

  1. Clone the project on your machine using git clone https://github.com/UL-SnT-Serval/java-commons-git-utils.git .
  2. Move to the directory.
  3. run the Maven command mvn clean install.

License

Code is under the Apache Licence v2.