I'm developing a tool that has 3 functions as follows:
- Create a Git repository.
- Delete a Git repository.
- Rename a Git repository.
I must use JGit to implement this tool. But I did not find a way to rename of the repository by using JGit.
Does anyone know how to use JGit to rename the repository?