Skip to main content



      Home
Home » Eclipse Projects » EGit / JGit » use Jgit to generate git command line
use Jgit to generate git command line [message #1865283] Tue, 30 April 2024 02:07 Go to next message
Eclipse UserFriend
I am using JGit to provide version control system in my java application and I want to use the system default git if possible, so I want to generate git command line. is this possible? if not, what other libs can i use?
Re: use Jgit to generate git command line [message #1865304 is a reply to message #1865283] Tue, 30 April 2024 09:58 Go to previous message
Eclipse UserFriend
JGit is an independent Java implementation of git. It doesn't use git (implemented mostly in C).
JGit has no functionality to generate git CLI commands. Instead you can use its Java API to work with git repositories.
Previous Topic:diff is different in jgit and git
Next Topic:Any JGit DFSRepository implementation with database
Goto Forum:
  


Current Time: Fri Oct 31 18:26:17 EDT 2025

Powered by FUDForum. Page generated in 0.03569 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top