Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

GitPlus

GitPlus is a Java library that provides utility classes and methods for interacting with Git repositories using the JGit library. It simplifies common Git operations such as cloning, checking out branches or commits, and managing multiple repositories programmatically.

Features

  • Clone and manage multiple Git repositories
  • Checkout branches and commits
  • Utility methods for repository folder management
  • Enum-based URL options for advanced repository handling

Usage

Add GitPlus to your Java project and use the provided static utility methods and classes for Git operations.

License

This project is licensed under the Apache License 2.0.