# jgit-starter **Repository Path**: qiuzhanghua/jgit-starter ## Basic Information - **Project Name**: jgit-starter - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-07-06 - **Last Updated**: 2024-07-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Try JGit learn how to use JGit to manipulate git repository. ## Prerequisite - Java 21 - Maven ## 1. Create .env file first ```dotenv GIT_USERNAME=your_git_user_name GIT_PASSWORD=your_git_password GIT_URI=your_git_uri ``` ## 2. Run the test ```shell mvn test ```