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.
- Clone and manage multiple Git repositories
- Checkout branches and commits
- Utility methods for repository folder management
- Enum-based URL options for advanced repository handling
Add GitPlus to your Java project and use the provided static utility methods and classes for Git operations.
This project is licensed under the Apache License 2.0.